rdblue commented on issue #1138:
URL: https://github.com/apache/iceberg/issues/1138#issuecomment-650467967


   To be clear, when you use Iceberg with Spark, Iceberg's timestamp type works 
just fine. So this is only necessary when working with other systems. And I 
believe Spark can already write the INT64 timestamps that Iceberg uses.
   
   Iceberg is strict about the files that it writes and uses the timestamps 
specified in Parquet. The INT96 timestamps have a ton of problems, so it's 
really unlikely that it would ever make sense for Iceberg to write them.
   
   Iceberg could _read_ data files with those timestamps, but they would have 
to be existing data files imported by converting a Parquet/Hive table over to 
Iceberg. I guess if someone needed to implement that, we'd review 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.

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