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 0c7f15e8b IMPALA-12248: Add three configuration properties after
RANGER-2895
new 5fe088f95 IMPALA-12252: Support distcc server on Ubuntu 20.04
new d19f895c6 IMPALA-12237: Add information about the table type in the
lineage log
new 87fd844d3 IMPALA-11941: (Addendum) Produce shaded copy of Jamm
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:
be/src/common/init.cc | 4 +-
be/src/util/lineage-util.h | 2 +
bin/distcc/distcc_server_bootstrap.sh | 9 +-
bin/distcc/distcc_server_setup.sh | 11 +-
bin/run-all-tests.sh | 2 +-
common/thrift/LineageGraph.thrift | 5 +-
fe/pom.xml | 12 +-
.../apache/impala/analysis/ColumnLineageGraph.java | 61 +-
.../impala/analysis/CreateOrAlterViewStmtBase.java | 3 +-
.../java/org/apache/impala/planner/Planner.java | 6 +-
.../org/apache/impala/planner/PlannerTestBase.java | 5 +-
java/pom.xml | 1 +
java/shaded-deps/{hive-exec => jamm}/.gitignore | 0
java/shaded-deps/jamm/pom.xml | 64 +
.../queries/PlannerTest/lineage.test | 1922 +++++++++++++----
.../queries/QueryTest/lineage.test | 2215 +++++++++++++-------
tests/verifiers/test_banned_log_messages.py | 3 +
17 files changed, 3189 insertions(+), 1136 deletions(-)
copy java/shaded-deps/{hive-exec => jamm}/.gitignore (100%)
create mode 100644 java/shaded-deps/jamm/pom.xml