comphead commented on code in PR #14113:
URL: https://github.com/apache/datafusion/pull/14113#discussion_r1913491424


##########
datafusion/common/src/error.rs:
##########
@@ -167,6 +167,12 @@ impl Display for SchemaError {
                 valid_fields,
             } => {
                 write!(f, "No field named {}", field.quoted_flat_name())?;
+                write!(
+                    f,
+                    ". You can use double quotes to refer to the \"{}\" 
column",

Review Comment:
   its not only double quotes, its been 3 symbols at least.
   
   Prob we can refer to case sensitivity instead, sort of
   ```
   DataFusion column names are case sensitive. For case insensitive mode set 
datafusion.sql_parser.enable_ident_normalization option
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to