comphead commented on issue #8800:
URL: 
https://github.com/apache/arrow-datafusion/issues/8800#issuecomment-1885472994

   Ident normalization is a standard practice
   However you also can use `datafusion.sql_parser.enable_ident_normalization = 
false`
   
   ```
   
+--------------------------------------------------+-------+------------------------------------------------------------------------------------------------+
   | name                                             | value | description     
                                                                               |
   
+--------------------------------------------------+-------+------------------------------------------------------------------------------------------------+
   | datafusion.sql_parser.enable_ident_normalization | true  | When set to 
true, SQL parser will normalize ident (convert ident to lowercase when not 
quoted) |
   
+--------------------------------------------------+-------+------------------------------------------------------------------------------------------------+
   ```
   parameter to override this behaviuor.
   
   Please refer to `with_column_renamed_case_sensitive` test
   
   
   


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