tustvold opened a new issue, #1654:
URL: https://github.com/apache/arrow-rs/issues/1654

   **Describe the bug**
   
   `parquet_to_arrow_schema_by_columns` calls `ArrowSchema::field_with_name` 
with the name of the projected column from the parquet schema. In the case of a 
nested field, this will either fallback to deducing the type from the parquet 
schema, or potentially use the schema of a root-level field that happens to 
have the same name :scream: 
   
   **To Reproduce**
   
   Inspect code
   
   **Expected behavior**
   
   `parquet_to_arrow_schema_by_columns` should correctly handle arrow schema 
for nested types
   


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