syun64 opened a new issue, #887:
URL: https://github.com/apache/iceberg-python/issues/887

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   Through the introduction of 
https://github.com/apache/iceberg-python/pull/807 we have introduced large_* 
types in the parquet files, which cannot be read using an earlier version of 
PyIceberg: 
   ```TypeError: Unsupported type: large_string```
   
   Although the parquet types are the same, there must be an encoding detail 
that instructs pyarrow to read these as large_* types on read.
   
   Therefore, instead of defaulting to large_* types, we should default the 
types to small types on write.


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to