This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 068158e49 IMPALA-12401: Support more info types for HS2 GetInfo() API
new 8eb1d87ed IMPALA-14272: Add extra flags option for coverage_helper.sh
new 52334ba42 IMPALA-14421: Calcite planner: case statement returning
wrong types for char, varchar
new a2a11dec6 IMPALA-13263: Add single-argument overload for
ST_ConvexHull()
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/coverage_helper.sh | 3 +-
.../gen_geospatial_udf_wrappers.py | 2 +-
.../calcite/coercenodes/CoerceOperandShuttle.java | 25 ++++-
.../impala/calcite/functions/FunctionResolver.java | 21 ++++
.../impala/calcite/functions/RexCallConverter.java | 19 +++-
.../impala/calcite/type/ImpalaTypeConverter.java | 16 +++
.../queries/QueryTest/calcite.test | 41 +++++++
.../queries/QueryTest/geospatial-esri.test | 124 ++++++++++++++++++++-
8 files changed, 242 insertions(+), 9 deletions(-)