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

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


    from ba67660b3 IMPALA-10408: Support build using Apache components
     new d35afd9f1 IMPALA-13196 (part2): fix some urls in template files
     new d2e495e83 IMPALA-13284: Loading test data on Apache Hive3
     new 9848cd84b IMPALA-12954: Implement Sorting capability for Calcite 
planner

The 3 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                               |   7 +
 .../impala/calcite/functions/FunctionResolver.java |   5 +
 .../calcite/rel/node/ConvertToImpalaRelRules.java  |  13 ++
 .../impala/calcite/rel/node/ImpalaPlanRel.java     |   1 +
 .../impala/calcite/rel/node/ImpalaSortRel.java     | 236 +++++++++++++++++++++
 .../impala/calcite/service/CalciteOptimizer.java   |   1 +
 testdata/bin/create-load-data.sh                   |  11 +-
 testdata/bin/generate-schema-statements.py         |  29 ++-
 testdata/bin/load-dependent-tables.sql             |   1 -
 testdata/bin/patch_hive.sh                         |   3 +-
 testdata/cluster/hive/README                       |   3 +
 testdata/cluster/hive/patch3-HIVE-20067.diff       |  46 ++++
 .../functional/functional_schema_template.sql      |  10 +-
 .../queries/QueryTest/calcite.test                 | 115 ++++++++++
 tests/webserver/test_web_pages.py                  |  10 +-
 www/queries.tmpl                                   |   6 +-
 www/query_plan_text.tmpl                           |   3 +-
 www/query_profile.tmpl                             |   3 +-
 www/query_stmt.tmpl                                |   3 +-
 19 files changed, 488 insertions(+), 18 deletions(-)
 create mode 100644 
java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaSortRel.java
 create mode 100644 testdata/cluster/hive/patch3-HIVE-20067.diff

Reply via email to