findepi commented on PR #14844: URL: https://github.com/apache/datafusion/pull/14844#issuecomment-2684193983
> I think you are right that this is the core question: "should `datafusion-cli` be doing any escaping / unescaping itself?" no, the CLI should not do thos > If we want to behave like sqllogictest / postgres I think the answer is no. The escaping should happen with the sql supported syntax such as `b'...'` type literals yes, this should happen during/after SQL AST is built in particular, there could be different kind of string literals: such that treat `\` as start of an escape sequence, and such that treat `\` as just a single backslash character -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org