lcspinter opened a new pull request #1740: URL: https://github.com/apache/iceberg/pull/1740
The following casting exceptions were observed when joining two Iceberg tables on Tez: - java.math.BigDecimal cannot be cast to org.apache.hadoop.hive.common.type.HiveDecimal - java.time.OffsetDateTime cannot be cast to org.apache.hadoop.hive.common.type.Timestamp - java.nio.HeapByteBuffer cannot be cast to [B - java.time.LocalDate cannot be cast to org.apache.hadoop.hive.common.type.Date Doesn't happen with Iceberg table - non-Iceberg table joins, or with order by queries on a single table. ---------------------------------------------------------------- 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]
