sumeetgajjar commented on PR #5952:
URL: https://github.com/apache/iceberg/pull/5952#issuecomment-1276723402
The check failure is due to unrelated reasons and not because of this change.
```
org.apache.iceberg.spark.TestFileRewriteCoordinator >
testBinPackRewrite[catalogName = testhive, implementation =
org.apache.iceberg.spark.SparkCatalog, config = {type=hive,
default-namespace=default}] FAILED
org.apache.spark.sql.AnalysisException:
org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException:
Unable to instantiate
org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient;
at
app//org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:113)
at
app//org.apache.spark.sql.hive.HiveExternalCatalog.databaseExists(HiveExternalCatalog.scala:225)
at
app//org.apache.spark.sql.internal.SharedState.externalCatalog$lzycompute(SharedState.scala:137)
at
app//org.apache.spark.sql.internal.SharedState.externalCatalog(SharedState.scala:127)
at
app//org.apache.spark.sql.internal.SharedState.globalTempViewManager$lzycompute(SharedState.scala:157)
at
app//org.apache.spark.sql.internal.SharedState.globalTempViewManager(SharedState.scala:155)
at
app//org.apache.spark.sql.hive.HiveSessionStateBuilder.$anonfun$catalog$2(HiveSessionStateBuilder.scala:60)
```
Pushing an empty commit to retrigger the checks.
--
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]