kevinjqliu commented on issue #2672: URL: https://github.com/apache/iceberg-python/issues/2672#issuecomment-3482094966
ah yes, makes sense. good call. Lets go with what you suggested above and pass the full table schema. I believe we can grab it from ArrowScan's `_table_metadata` field https://github.com/apache/iceberg-python/blob/5773b7f1bf2081a90a490f9d670eef804eb88ab4/pyiceberg/io/pyarrow.py#L1622 -- 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]
