flyrain commented on pull request #2479:
URL: https://github.com/apache/iceberg/pull/2479#issuecomment-819936421
The following Java CI test failure is not related. It works in my local
machine.
```
org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithMultipleCatalogs
> testJoinTablesFromDifferentCatalogs[fileFormat1=PARQUET, fileFormat2=ORC,
engine=tez, tableType1=HIVE_CATALOG, catalogName1=table1_catalog,
tableType2=HADOOP_TABLE, catalogName2=table2_catalog] FAILED
java.lang.IllegalArgumentException: Failed to execute Hive query 'SELECT
c2.customer_id, c2.first_name, c2.last_name FROM default.customers2 c2 JOIN
default.customers1 c1 ON c2.customer_id = c1.customer_id ORDER BY
c2.customer_id': Error while processing statement: FAILED: Execution Error,
return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask
at
org.apache.iceberg.mr.hive.TestHiveShell.executeStatement(TestHiveShell.java:151)
at
org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithMultipleCatalogs.testJoinTablesFromDifferentCatalogs(TestHiveIcebergStorageHandlerWithMultipleCatalogs.java:123)
Caused by:
org.apache.hive.service.cli.HiveSQLException: Error while processing
statement: FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.tez.TezTask
at
org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:335)
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]