You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: thread dialect through schemaOrEmpty into all six native handlers
The dialect parameter was passed through the tool layer but dropped at
the schema resolution step. Six native handlers (validate, check, fix,
semantics, equivalence, correct) called schemaOrEmpty() without dialect,
so the fallback empty schema always used the default dialect.
Fix: add optional dialect param to schemaOrEmpty() and pass it to
Schema.fromDdl(). Update all six handlers to forward params.dialect.
Co-Authored-By: Vijay Yadav <vjyadav194@gmail.com>
0 commit comments