This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from ffec3e622 IMPALA-14776 (part 1 followup): Fix TestParquetMaxPageHeader
     new 52f394304 IMPALA-14768: Add the operation type to the lineage graph
     new 4a675b729 IMPALA-13122 addendum: Fix host statistics logging for 
erasure coded files
     new 24611f7db IMPALA-14776 (part 3): Fix misc resource leaks

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/util/lineage-util.h                         |   2 +
 common/thrift/LineageGraph.thrift                  |   3 +
 .../org/apache/impala/analysis/AlterViewStmt.java  |   2 +-
 .../apache/impala/analysis/ColumnLineageGraph.java |  75 ++++-
 .../impala/analysis/CreateOrAlterViewStmtBase.java |   5 +-
 .../apache/impala/analysis/CreateTableStmt.java    |   7 +-
 .../org/apache/impala/analysis/CreateViewStmt.java |   2 +-
 .../org/apache/impala/analysis/InsertStmt.java     |   2 +
 .../apache/impala/analysis/ParsedStatement.java    |   5 +
 .../impala/analysis/ParsedStatementImpl.java       |   6 +
 .../java/org/apache/impala/catalog/FeFsTable.java  |  18 +-
 .../java/org/apache/impala/planner/Planner.java    |   3 +-
 .../impala/catalog/FileMetadataLoaderTest.java     |   3 -
 .../calcite/service/CalciteParsedStatement.java    |   7 +
 .../queries/PlannerTest/lineage.test               |  48 ++++
 .../queries/QueryTest/lineage.test                 | 305 +++++++++++++++++++++
 tests/common/environ.py                            |   4 +
 tests/common/impala_test_suite.py                  |   2 +-
 tests/comparison/db_connection.py                  |   6 +-
 tests/custom_cluster/test_concurrent_ddls.py       |   1 +
 tests/custom_cluster/test_file_metadata_stats.py   |  12 +-
 tests/custom_cluster/test_local_catalog.py         |   2 +
 tests/custom_cluster/test_shell_interactive.py     |   1 +
 .../custom_cluster/test_topic_update_frequency.py  |   5 +
 tests/metadata/test_compute_stats.py               |   3 +-
 tests/metadata/test_ddl.py                         |   1 +
 tests/metadata/test_last_ddl_time_update.py        |   4 +-
 tests/performance/query_executor.py                |   2 +-
 tests/shell/test_shell_commandline.py              |   4 +-
 tests/shell/test_shell_interactive.py              |   3 +
 tests/stress/stress_util.py                        |   4 +-
 tests/util/auto_scaler.py                          |   4 +-
 tests/util/compute_table_stats.py                  |   1 +
 33 files changed, 511 insertions(+), 41 deletions(-)

Reply via email to