-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Bug]: Merge 'when not matched' not wrapping values sources with quotes #247
Labels
bug
Something isn't working
Comments
Can you share the logs obtained when running in debug mode, please? |
The below log snippet shows an error that happens because the word 'hold' is a reserved word and also a column name. Thanks.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
In dremio I have the support key 'dremio.store.file.file-field-enabled' enabled which appends a column named '$file' to queries. This column lets me see the file source the data is coming from when querying object storage. After updating this package to 1.8.0 I now get an error when running incremental updates related to a special character within a column name
Expected Behavior
Quotes around the column names.
Steps To Reproduce
No response
Environment
Relevant log output
The text was updated successfully, but these errors were encountered: