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 2085edbe1 IMPALA-13503: CustomClusterTestSuite for whole class
new f53322591 IMPALA-13543: single_node_perf_run.py must accept
tpcds_partitioned
new 3574fe89b IMPALA-13513: Support decode function
new 9a2496dd2 IMPALA-13511: Calcite planner: support sub-second datetime
parts
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/single_node_perf_run.py | 28 ++-
java/calcite-planner/src/main/codegen/config.fmpp | 1 +
.../src/main/codegen/templates/Parser.jj | 150 ++++++++++-----
.../calcite/coercenodes/CoerceOperandShuttle.java | 76 +++++++-
.../impala/calcite/functions/FunctionResolver.java | 27 ++-
.../impala/calcite/functions/RexCallConverter.java | 14 ++
.../operators/ImpalaCustomOperatorTable.java | 2 +
.../calcite/operators/ImpalaDecodeFunction.java | 127 +++++++++++++
.../calcite/operators/ImpalaOperatorTable.java | 3 +
.../calcite/type/ImpalaSqlIntervalQualifier.java | 159 ++++++++++++++++
testdata/bin/generate-schema-statements.py | 208 +++++++++++++--------
.../tpcds_partitioned_schema_template.sql | 48 ++---
tests/util/test_file_parser.py | 11 +-
13 files changed, 690 insertions(+), 164 deletions(-)
create mode 100644
java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/ImpalaDecodeFunction.java
create mode 100644
java/calcite-planner/src/main/java/org/apache/impala/calcite/type/ImpalaSqlIntervalQualifier.java