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

   **Describe the bug**
   
   Errors like this are quite confusing. The field is not found but is then 
listed as being available.
   
   ```
   Error: SchemaError(FieldNotFound { qualifier: None, name: 
"actual_result.part.p_brand", 
   valid_fields: Some(["actual_result.part.p_brand", ...
   ```
   
   **To Reproduce**
   - create a field with no qualifier and name "a.b" then lookup qualifier="a", 
name="b"
   - create a field with qualifier="a", name = "b", then lookup with no 
qualifier and name = "a.b"
   
   **Expected behavior**
   Should find a match
   
   **Additional context**
   
   


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