rdsr opened a new issue #127: ORC does not support Iceberg generics URL: https://github.com/apache/incubator-iceberg/issues/127 If we see ORC's read and write APIs, they are not parameterized on the record type. Both these API use a concrete record API of `VectorizedRowBatch`, as such we cannot directly read/write ORC through `iceberg-data` . We will need a way to parameterized the ORC reader and writer API on the record type similar to how we have done in Parquet and Avro.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
