Impala 3.4.1 Change Log
Release Notes - IMPALA - Version Impala 3.4.1
The changes in this log are in comparison to Impala 3.4.0.
Sub-task
- [IMPALA-9739] - TSAN data races during impalad shutdown
Bug
- [IMPALA-7833] - Audit and fix other string builtins for long string handling
- [IMPALA-9398] - When pressing Ctrl+C the content of the shell history gets doubled
- [IMPALA-9602] - Local catalog cache treats db and table names as case-sensitive
- [IMPALA-9612] - Runtime filter wait longer than it should be
- [IMPALA-9618] - Usability issues with dev env setup.
- [IMPALA-9643] - Local runtime filters can go missing when mt_dop > 1
- [IMPALA-9650] - RuntimeFilterTest appears to be flaky
- [IMPALA-9721] - Fix python 3 compatibility regression in impala-shell
- [IMPALA-9725] - LEFT ANTI JOIN produces wrong result when PHJ build spills
- [IMPALA-9727] - Explain output for Hbase Scans isn't formatted correctly
- [IMPALA-9787] - Catalog spins on one core when memory-based invalidation is enabled
- [IMPALA-9809] - A query with multi-aggregation functions on particular dataset crashes impala daemon
- [IMPALA-9815] - Intermittent failure downloading org.apache.hive:hive-exec:jar:3.1.3000.xxxx during build
- [IMPALA-9858] - Wrong partition hit/request metrics in profile of LocalCatalog
- [IMPALA-9921] - Parse errors in ToSqlUtils.hiveNeedsQuotes should not be printed to impalad.ERROR
- [IMPALA-10044] - bin/bootstrap_toolchain.py error handling can delete the toolchain directory
- Revert [IMPALA-9242] - Access check should only check against the privileges of the authorizable
Improvement
- [IMPALA-9483] - Add logs for debugging builtin functions throw unknown exception randomly