houqp commented on pull request #792: URL: https://github.com/apache/arrow-datafusion/pull/792#issuecomment-902936271
I will take a closer look at it this weekend, my hunch on this is we only want to strip qualifier to direct column projections, i.e. `SELECT test.c1`. For compound projections like `test.c1 PLUS test.c2`, it might be preferable to include qualifiers in the name for better readability. -- 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]
