This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 459f8f5 HIVE-25843: Add flag to disable Iceberg FileIO config
serialization (#2917) (Marton Bod, reviewed by Peter Vary)
add 587c698 HIVE-25856: Intermittent null ordering in plans of queries
with GROUP BY and LIMIT (Stamatis Zampetakis, reviewed by Krisztian Kasa)
No new revisions were added by this update.
Summary of changes:
.../calcite/rules/HiveAggregateSortLimitRule.java | 23 ++------------
.../hadoop/hive/ql/parse/CalcitePlanner.java | 9 ++++--
.../clientpositive/cbo_AggregateSortLimitRule.q | 5 +++
.../llap/cbo_AggregateSortLimitRule.q.out | 36 ++++++++++++++++++++++
4 files changed, 50 insertions(+), 23 deletions(-)
create mode 100644
ql/src/test/queries/clientpositive/cbo_AggregateSortLimitRule.q
create mode 100644
ql/src/test/results/clientpositive/llap/cbo_AggregateSortLimitRule.q.out