sunchao commented on PR #5844: URL: https://github.com/apache/iceberg/pull/5844#issuecomment-1258402188
So, this config is default to false in Hive, which explains why we don't see such Thrift exception when running tests in Iceberg. However, if some other projects (such as Spark) are using test jars published by Iceberg to run the tests, they could have initialized the `HiveConf` using their own `hive-site.xml`, which usually have the value set to true in the test path. For instance, see [here](https://github.com/apache/spark/blob/master/sql/core/src/test/resources/hive-site.xml#L22). -- 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]
