-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Incorrect backslash treatment in string literals in DataFusion CLI #13286
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
Comments
BTW @pmcgleenon hit this when updating ClickBench as well: |
take |
@Lordworms has a proposed PR here to fix this: However it seems like the way to get consistent behavior with sqllogictest (and Any thoughts on this? |
Documentatiion in |
In standard SQL, the
\
character has no special meaning in'...'
varchar literals.In PostgreSQL
in DataFusion sqllogictest the behavior is the same:
However, DataFusion CLI behaves differently
Given that DataFusion CLI is used a lot to test and verify DataFusion's behavior, it's super important for the CLI to behave correctly with respect to its input.
The text was updated successfully, but these errors were encountered: