Release 0.112#
General#
Fix incorrect handling of filters and limits in
row_number()
optimizer. This caused certain query shapes to produce incorrect results.Fix non-string object arrays in JMX connector.
Hive#
Tables created using CREATE TABLE (not CREATE TABLE AS) had invalid metadata and were not readable.
Improve performance of
IN
andOR
clauses when readingORC
data. Previously, the ranges for a column were always compacted into a single range before being passed to the reader, preventing the reader from taking full advantage of row skipping. The compaction only happens now if the number of ranges exceeds thehive.domain-compaction-threshold
config property.