pvary commented on pull request #1850: URL: https://github.com/apache/iceberg/pull/1850#issuecomment-735771376
> Have anyone know the reason for this unusual information? > > ``` > org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHiveCatalog > testSelectDistinctFromTable[fileFormat=AVRO, engine=tez] FAILED > java.lang.IllegalArgumentException: Failed to execute Hive query 'select count(distinct(boolean_column)) from default.boolean_table_0': 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 > ``` Yeah :(. This is fixed by #1824 ---------------------------------------------------------------- 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]
