Fokko commented on issue #1045:
URL: 
https://github.com/apache/iceberg-python/issues/1045#issuecomment-3150285933

   As @sungwy already pointed out, `add_files` does not rewrite the data. This 
way, we would need to just write the data, and then project this into 
microseconds when reading, but this is a rather complicated path.
   
   With V3 coming up, I think it makes much more sense to add the nanoseconds 
timestamp into a V3 `TimestampNanoType`:
   
   
https://github.com/apache/iceberg-python/blob/ccaa15cf8ac1eb1202256d17efc9cf9d20723d20/pyiceberg/types.py#L767-L783


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