aokolnychyi commented on pull request #2437:
URL: https://github.com/apache/iceberg/pull/2437#issuecomment-815997140


   I see more and more Tez-related failures on recent PRs.
   
   ```
   org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithEngine > 
testCBOWithSelectedColumnsOverlapJoin[fileFormat=AVRO, engine=tez, 
catalog=HIVE_CATALOG] FAILED
       java.lang.IllegalArgumentException: Failed to execute Hive query 'SELECT 
c.first_name, o.order_id FROM default.orders o JOIN default.customers c ON 
o.customer_id = c.customer_id ORDER BY o.order_id DESC': 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.TestHiveIcebergStorageHandlerWithEngine.testCBOWithSelectedColumnsOverlapJoin(TestHiveIcebergStorageHandlerWithEngine.java:217)
   ```
   
   cc @pvary @marton-bod 


-- 
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]

Reply via email to