-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(databricks,duckdb,postgres,spark,snowflake)!: ARRAY_APPEND null propagation #6762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SQLGlot Integration Test ResultsComparing:
By Dialect
Overallmain: 10944 total, 9903 passed (pass rate: 90.5%), sqlglot version: sqlglot:mlee/transpile-array_append: 10944 total, 9902 passed (pass rate: 90.5%), sqlglot version: Difference: No change |
VaggelisD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @fivetran-MichaelLee!
32030c6 to
fc2c550
Compare
georgesittas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @fivetran-MichaelLee!
The
ARRAY_APPENDfunction handlesNULLinput arrays differently across the dialects that support it:[element]{element}This PR introduces a new
arg_typesparameternull_propagationto preserveNULLhandling semantics when transpiling between these dialects.