houqp commented on issue #1432: URL: https://github.com/apache/arrow-datafusion/issues/1432#issuecomment-992237763
The code was written under the incorrect assumption that column name with dot in it is considered invalid, I should have checked postgres behavior :P This should be a simple fix if we can distinguish quoted and unquoted column reference in: https://github.com/apache/arrow-datafusion/blob/dc80c11954fa7855f79806cb29c9ea5283a98d01/datafusion/src/logical_plan/expr.rs#L60-L81 -- 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]
