jiacai2050 opened a new issue, #4551: URL: https://github.com/apache/arrow-datafusion/issues/4551
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In CeresDB, we use datafusion for SQL execution, and find #1746 change unquoted identifiers to lowercase, which is a breaking change for us. I agree what #1746 does, but it there any possibilities to add an option to configure this? By default it will do the normalization, and users can choose to close it. **Describe the solution you'd like** A clear and concise description of what you want to happen. Add on option to determine whether to convert identifiers. If maintainers agree with this, I'd be glad to submit a PR. **Describe alternatives you've considered** **Additional context** - https://github.com/CeresDB/ceresdb/issues/442 -- 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]
