Daniel Haviv created ARROW-3585: ----------------------------------- Summary: Update the documentation about Schema & Metadata usage Key: ARROW-3585 URL: https://issues.apache.org/jira/browse/ARROW-3585 Project: Apache Arrow Issue Type: Task Components: Documentation Reporter: Daniel Haviv
Reusing the Schema object from a Parquet file written with Spark with Pandas fails due to Schema mismatch. The culprit is in the metadata part of the schema which each component fills according to it's implementation. More details can be found here: [https://github.com/apache/arrow/issues/2805] The documentation should point that out. -- This message was sent by Atlassian JIRA (v7.6.3#76005)