Impala
You can review the list of reported issues and their fixes for Impala in 7.3.1.200.
- CDPD-80166: Ignore CREATE_TABLE events for inaccessible databases to prevent event processor error
CREATE_TABLE
events for databases restricted by authorization caused the Impala event processor to enter an ERROR state- CDPD-78277: Customize timezone for UNIXTIME_MICROS columns in Kudu
- Impala used the server's timezone for
UNIXTIME_MICROS
columns, causing mismatches with Spark, which uses UTC. - CDPD-79017: Fixed lost exceptions during re-analysis failures
- When an
AnalysisException
occurs during re-analysis, callingtoSql()
throws another exception, causing the original exception to be lost.