You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/06/29 08:54:47 UTC

[GitHub] [iceberg] nastra opened a new issue #2755: Support TIME_MILLIS in Arrow code

nastra opened a new issue #2755:
URL: https://github.com/apache/iceberg/issues/2755


   Arrow knows how to interpret Time in millis via `TimeMilliVector`, but currently the problem is rather that in `ArrowReaderTest` we write a Parquet file based on the **Iceberg schema**, where the `TimeType` is always interpretet as micros. 
   
   We would probably need to write our own `ArrowParquetWriter` & `ArrowParquetReader` (similar to `SparkParquetWriters` / `SparkParquetReaders`) in order to be able to write a Parquet file based on **Arrow schema**


-- 
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-unsubscribe@iceberg.apache.org

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



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