timvw opened a new issue, #4166:
URL: https://github.com/apache/arrow-datafusion/issues/4166

   **Describe the bug**
   Column name (casing) is not handled correctly.
   
   **To Reproduce**
   Have a (parquet) file with a column "featureValue". A simple "select * from 
alltypes_plain" returns
   
   +------------+
   | featureValue | 
   +------------+
   | 0.0000       | 
   
   When running "select * from alltypes_plain where featureValue <> 0" gives an 
error:
   
   Error: SchemaError(FieldNotFound { field: Column { relation: None, name: 
"featurevalue" }, valid_fields: Some(Column { relation: Some("alltypes_plain"), 
name: "featureValue" }]) })
   
   
   **Expected behavior**
   The column is correctly discovered as "featureValue" and not "featurevalue"
   


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