goldmedal commented on PR #10573: URL: https://github.com/apache/datafusion/pull/10573#issuecomment-2122464482
> Thanks @goldmedal I'm thinking how this will work with whitespaces columns like > > ``` > select 1 as "a a"; > ``` Thanks @comphead :) I'm not sure what you mean but I think it also works like other illegal char for SQL identifiers. I add a test case for it in 44e9baa. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
