openinx commented on pull request #1815: URL: https://github.com/apache/iceberg/pull/1815#issuecomment-734266112
There is still a failure: ``` 2020-11-26T11:45:11.9709379Z org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHadoopCatalog > testCreatePartitionedTable[fileFormat=AVRO, engine=tez] FAILED 2020-11-26T11:45:11.9713827Z java.lang.IllegalArgumentException: Failed to execute Hive query 'SELECT * FROM default.customers ORDER BY customer_id DESC': Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask 2020-11-26T11:45:11.9715796Z 2020-11-26T11:45:11.9716299Z Caused by: 2020-11-26T11:45:11.9717865Z 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]
