kevinjqliu commented on issue #2663:
URL: 
https://github.com/apache/iceberg-python/issues/2663#issuecomment-3508506496

   When reading parquet timestamp as Iceberg timestamptz (in #2333)
   * We ignore the isAdjustedToUTC=False flag and assume it to be true. 
   * Semantically, writer wrote wall time and reader reads as if it was in UTC
   
   When reading parquet timestamptz as Iceberg timestamp (not yet implemented)
   * We can just ignore the isAdjustedToUTC=True flag since Iceberg timestamp 
just reads the value.
   * Semantically, writer wrote the timestamp adjusted to UTC and reader read 
as wall time
   
   Both path feels potentially dangerous tbh


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