Weijun-H commented on code in PR #9259:
URL: https://github.com/apache/arrow-datafusion/pull/9259#discussion_r1493903594


##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -50,9 +50,9 @@ use datafusion_expr::{
 pub use datafusion_physical_expr::execution_props::ExecutionProps;
 use datafusion_physical_expr::var_provider::is_system_variables;
 use parking_lot::RwLock;
-use std::collections::hash_map::Entry;
 use std::string::String;
 use std::sync::Arc;
+use std::{collections::hash_map::Entry, env};

Review Comment:
   ```suggestion
   use std::collections::hash_map::Entry;
   ```



##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -1675,6 +1675,7 @@ impl SessionState {
 
         let enable_ident_normalization =
             self.config.options().sql_parser.enable_ident_normalization;
+

Review Comment:
   ```suggestion
   ```



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