rdblue commented on code in PR #6946:
URL: https://github.com/apache/iceberg/pull/6946#discussion_r1120438489
##########
python/pyiceberg/io/pyarrow.py:
##########
@@ -391,7 +391,7 @@ def visit_timestamp(self, _: TimestampType) -> pa.DataType:
return pa.timestamp(unit="us")
def visit_timestampz(self, _: TimestamptzType) -> pa.DataType:
- return pa.timestamp(unit="us", tz="+00:00")
+ return pa.timestamp(unit="us", tz="UTC")
Review Comment:
Why change all uses to UTC rather than +00:00? Aren't these the same thing?
--
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]