syun64 opened a new pull request, #786:
URL: https://github.com/apache/iceberg-python/pull/786

   - Iterator[RecordBatch] is preferable for memory constrained applications
   - update `to_requested_schema` to take pa.RecordBatch instead of pa.Table
   
   Question: pyarrow schema is currently inconsistent - it either returns 
pyarrow schema without Parquet metadata, or it adds the Parquet metadata and 
returns the value in some cases - we should make this consistent across our 
table scans and update the unit tests accordingly.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to