ayushtkn commented on PR #6396: URL: https://github.com/apache/hive/pull/6396#issuecomment-5075498357
Thnax @difin for the review, I have made the test to run with both AVRO and Paruqet, with vectorized and non vectorized modes. Regarding ORC, Iceberg doesn't support Table Level Encryption for ORC as of today, it thorws Unsupported Operation Exception. https://github.com/apache/iceberg/blob/ea5c1cddf2bebb7f65d19770520daf20a5ff84b3/orc/src/main/java/org/apache/iceberg/orc/ORC.java#L115-L116 About the q test, We can't test it in q test, that is why I had to use the Junit file for testing, We need ``iceberg.catalog.default_iceberg.encryption.kms-impl`` for the test to run, for that we need KMS in the CLIDriver and our CLI drivers all run in non secure mode, so, we can't add a q file for it -- 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]
