You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/05 17:18:43 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1654: parquet_to_arrow_schema_by_columns Incorrectly Handles Nested Types

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #1654: parquet_to_arrow_schema_by_columns Incorrectly Handles Nested Types

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1654: parquet_to_arrow_schema_by_columns Incorrectly Handles Nested Types
URL: https://github.com/apache/arrow-rs/issues/1654


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org