This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from c1a70701e IMPALA-14749: Fix warning with Python 3.12
new c088e7204 IMPALA-14422: Calcite planner: Crash on Union above Values
RelNode
new a2ea1be22 IMPALA-14409: Calcite planner: support
statement_expression_limit
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:
.../impala/calcite/rel/node/ImpalaProjectRel.java | 58 ++++++++++++++++++++++
.../impala/calcite/rel/node/ImpalaValuesRel.java | 49 ++++++++----------
.../impala/calcite/rel/util/CreateExprVisitor.java | 19 +++++++
.../calcite/rel/util/TupleDescriptorFactory.java | 3 ++
4 files changed, 102 insertions(+), 27 deletions(-)