zhangjun0x01 removed a comment on pull request #1815:
URL: https://github.com/apache/iceberg/pull/1815#issuecomment-734136935
the unit test failed ,I found the hive3 module throw an exception, I test
the error method of master branch on my local ,it is also failed.
```
org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHadoopCatalog >
testJoinTablesSupportedTypes[fileFormat=ORC, engine=tez] FAILED
java.lang.IllegalArgumentException: Failed to execute Hive query 'select
s.boolean_column, h.boolean_column from default.boolean_table_0 s join
default.boolean_table_0 h on h.boolean_column=s.boolean_column': Error while
processing statement: FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.tez.TezTask
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
```
----------------------------------------------------------------
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]