This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 06eb62d3e IMPALA-12197: Prevent assertion failures when 
isClusteringColumn() is called on a IcebergTimeTravelTable.
     new 919d08a84 IMPALA-12164: Avoid referencing non-materialized slots in 
analytic limit pushdown
     new e294be770 IMPALA-12128: Bump ORC C++ version to 1.7.9-p10

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/impala-config.sh                               |   4 +-
 .../java/org/apache/impala/analysis/Analyzer.java  |  32 +-
 .../org/apache/impala/planner/AnalyticPlanner.java |   9 +-
 testdata/data/README                               |  45 +++
 testdata/data/empty_present_stream.orc             | Bin 0 -> 530 bytes
 .../functional/functional_schema_template.sql      |  14 +-
 .../datasets/functional/schema_constraints.csv     |   3 +
 .../limit-pushdown-partitioned-top-n.test          | 331 +++++++++++++++++++++
 .../queries/QueryTest/orc-stats.test               |   8 +
 .../queries/QueryTest/partitioned-top-n.test       | 162 ++++++++++
 10 files changed, 597 insertions(+), 11 deletions(-)
 create mode 100644 testdata/data/empty_present_stream.orc

Reply via email to