Fokko commented on PR #2708: URL: https://github.com/apache/iceberg-python/pull/2708#issuecomment-3513133604
I'm comfortable with having this patch in the read path, but it looks like we're also implicitly adding this to the write path: https://github.com/apache/iceberg-python/blob/e759044601feaf34c99b5c154322b8b52e4f6a30/pyiceberg/io/pyarrow.py#L2576 I'm reluctant to add it there since we want to enforce the difference between `timestamp` and `timestamptz` and not silently ignore it. -- 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]
