RussellSpitzer commented on issue #11840:
URL: https://github.com/apache/iceberg/issues/11840#issuecomment-2568288012

   I am not sure I understand the issue here.
   
   Iceberg defines Timestamp as microseconds from epoch. When we actually store 
it in files it is up to that file format to define how that type is serialized. 
In this case of Parquet, this is also defined as an Int64.
   
   If Presto has a bug decoding this that is indicative of a far deeper issue 
with the Presto read code for parquet files. 
   
   I'm also unsure how changing the underlying representation would help since 
it's up to the reader to decide how to display the value to users since native 
parquet files are not readable by humans (at least not me)


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to