This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 73430a2cd IMPALA-12399: Add filter to skip OPEN_TXN events from HMS
new cf819f967 IMPALA-12414: Add scripts to run Trino in the dev environment
new 130a55e52 IMPALA-11284: Do non-optional rewrites for || and Between
predicate
new 4be517e15 IMPALA-12441: Simplify local toolchain development
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/bootstrap_system.sh | 13 +------
bin/bootstrap_toolchain.py | 3 +-
bin/impala-config.sh | 12 ++++++-
buildall.sh | 40 ++++++++++++++--------
.../org/apache/impala/analysis/ValuesStmt.java | 18 +++++++---
.../org/apache/impala/rewrite/ExprRewriter.java | 7 ++++
.../apache/impala/analysis/ExprRewriterTest.java | 16 +++++++--
.../bin/build-trino-docker-image.sh | 15 ++++----
.../ranger/java_home.sh => bin/kill-trino.sh} | 3 +-
.../minicluster_trino/Dockerfile} | 36 +++++++------------
.../bin/minicluster_trino/hive.properties | 7 ++--
.../bin/minicluster_trino/iceberg.properties | 8 ++---
testdata/bin/{kill-mini-dfs.sh => run-trino.sh} | 3 +-
testdata/bin/{kill-mini-dfs.sh => trino-cli.sh} | 3 +-
.../functional-query/queries/QueryTest/values.test | 20 ++++++++++-
15 files changed, 125 insertions(+), 79 deletions(-)
copy infra/python/deps/download_requirements =>
testdata/bin/build-trino-docker-image.sh (68%)
copy testdata/{cluster/ranger/java_home.sh => bin/kill-trino.sh} (94%)
copy testdata/{cluster/node_templates/common/etc/init.d/hdfs-namenode =>
bin/minicluster_trino/Dockerfile} (58%)
mode change 100755 => 100644
copy bin/impala-gcovr => testdata/bin/minicluster_trino/hive.properties (84%)
mode change 100755 => 100644
copy bin/impala-gcovr => testdata/bin/minicluster_trino/iceberg.properties
(81%)
mode change 100755 => 100644
copy testdata/bin/{kill-mini-dfs.sh => run-trino.sh} (89%)
copy testdata/bin/{kill-mini-dfs.sh => trino-cli.sh} (91%)