alamb commented on issue #6845:
URL: 
https://github.com/apache/arrow-datafusion/issues/6845#issuecomment-1637090986

   > Whereas for DataFusion, I guess for now it is case sensitive. Could 
introduce config like Spark does to toggle the case sensitivity for 
analyzer/planner, but that would require more work.
   
   https://arrow.apache.org/datafusion/user-guide/configs.html
   
   This one might work:
   
   datafusion.sql_parser.enable_ident_normalization | true | When set to true, 
SQL parser will normalize ident (convert ident to lowercase when not quoted)
   -- | -- | --
   
   
   


-- 
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]

Reply via email to