viirya opened a new pull request, #5844: URL: https://github.com/apache/iceberg/pull/5844
We have tried to run some Iceberg unit tests through test-jars in Spark. Although Iceberg Spark v3.2 unit tests are okay to run, we got a lot errors on Hive metastore unit tests: ``` org.apache.thrift.ProcessFunction: Internal error processing lock ``` After setting hive.in.test as false in Iceberg `TestHiveMetastore.java`, the locking issue seems disappeared. The config seems to let Hive throw an exception when thrift version doesn't match (https://github.pie.apple.com/IPR/apache-hive/blob/branch-2.3.9-apple/metastore/src/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java#L1026) under test. Setting this to false to allow others to run Iceberg unit test through test-jars. -- 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]
