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 493d56359 IMPALA-13510: Unset the environment variable for tuple cache 
tests
     new dea4e99be IMPALA-13494: Calcite planner group_concat with distinct 
failing
     new d0423a83e IMPALA-13495: Make exceptions from the Calcite planner 
easier to classify
     new 7369ebb8b IMPALA-13415: Add a special testing mode to track Calcite 
progress

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/calcite_report_generator.py                    | 374 +++++++++++++++++++++
 .../java/org/apache/impala/analysis/CastExpr.java  |   2 +-
 .../java/org/apache/impala/analysis/Parser.java    |   8 +-
 .../{ImpalaException.java => ParseException.java}  |  12 +-
 .../apache/impala/calcite/schema/CalciteTable.java |   7 +-
 .../impala/calcite/service/CalciteJniFrontend.java |  25 +-
 .../calcite/service/CalciteMetadataHandler.java    |   7 +
 .../impala/calcite/service/CalciteQueryParser.java |  25 +-
 .../impala/calcite/service/CalciteValidator.java   |  14 +-
 tests/common/impala_test_suite.py                  | 274 ++++++++-------
 tests/conftest.py                                  |  13 +
 11 files changed, 596 insertions(+), 165 deletions(-)
 create mode 100755 bin/calcite_report_generator.py
 copy fe/src/main/java/org/apache/impala/common/{ImpalaException.java => 
ParseException.java} (77%)

Reply via email to