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 9b93ab8b5 IMPALA-13521: Calcite planner: Handle function problem with
char params
new 40747a780 IMPALA-13524: Calcite planner: support for functions in
exprs.test
new 261517cfb IMPALA-13702: Fix Webserver.StartWithPasswordFileTest with
JDK 17
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:
be/src/util/webserver-test.cc | 9 ++++-
.../src/main/codegen/templates/Parser.jj | 22 +++---------
.../impala/calcite/functions/FunctionResolver.java | 2 ++
.../impala/calcite/functions/RexCallConverter.java | 13 +++++++
.../calcite/operators/ImpalaConvertletTable.java | 40 +++++++++++++++++++++-
.../calcite/operators/ImpalaOperatorTable.java | 1 +
6 files changed, 67 insertions(+), 20 deletions(-)