11.76. Release 0.155
- Fix incorrect results when queries contain multiple grouping sets thatresolve to the same set.
- Fix incorrect results when using with
IN
predicates. - Fix error messages for failures during commit.
- Fix memory accounting for simple aggregation, top N and distinct queries.These queries may now report higher memory usage than before.
- Reduce unnecessary memory usage of
map_agg()
, andmap_union()
. - Make
INCLUDING
, andPROPERTIES
non-reserved keywords. - Remove support for the experimental feature to compute approximate queriesbased on sampled tables.
- Various optimizations to reduce coordinator CPU usage.
- Fix schema evolution support in new Parquet reader.
- Fix
NoClassDefFoundError
when using Hadoop KMS. - Add support for Avro file format.
- Always produce dictionary blocks for DWRF dictionary encoded streams.