parthchandra commented on issue #2921: URL: https://github.com/apache/datafusion-comet/issues/2921#issuecomment-3662422745
Adding a clarification - We have *three* implementations with Iceberg - 1) based on `native_comet` - Does not support complex types. Support merged into Iceberg code base but is not complete (https://github.com/apache/iceberg/pull/13786, https://github.com/apache/iceberg/pull/14062, https://github.com/apache/iceberg/pull/13793.) 2) based on `native_iceberg_compat` - supports complex types. Requires (1). Fails some iceberg tests (involving deleted rows). Still in development (stalled) 3) based on `iceberg_native` - Supports complex types. Passes all iceberg tests. Available, but must be enabled explicitly. -- 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]
