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