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

   **Describe the bug**
   
   Calling `create external table` for a set of `parquet` files fails with an 
error:
   
   ```
   ArrowError(SchemaError("Fail to merge schema due to conflicting metadata."))
   ```
   
   Despite the arrow schema matching across all files.
   
   **To Reproduce**
   
   Create two parquet files with the same structure (columns and data types), 
but with differing values for a custom key and store this in the metadata.
   
   **Expected behavior**
   
   The following should succeed as the file data schemas match:
   
   ```
   create external table docker_container_cpu stored as parquet location 
'mydata/1/13/1/';
   ```
   


-- 
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-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to