sunchao commented on issue #19: URL: https://github.com/apache/arrow-datafusion-comet/issues/19#issuecomment-1981497985
@senordeveloper Yes, we do have plan to integrate with it, but probably sometime in future given the project is still new. It will require some work given our current Parquet reader implementation is a hybrid one with IO & decompression done at the JVM side while decoding at the native side. We have plan to move to a fully native implementation like the one in `arrow-rs`. After that, it should be much easier to integrate with `iceberg-rs` or `delta-rs`. -- 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]
