Noemi Pap-Takacs has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/24398 )
Change subject: IMPALA-15072: Exclude OPTIMIZE TABLE maintenance operation from lineage graph ...................................................................... IMPALA-15072: Exclude OPTIMIZE TABLE maintenance operation from lineage graph OPTIMIZE TABLE is a maintenance operation on Iceberg tables that rewrites the table to a compact form preserving all its content unchanged. Maintenance operations can unnecessarily pollute the lineage graph without adding value, therefore this patch excludes OPTIMIZE TABLE from the column lineage graph. Testing: - added custom cluster test Change-Id: I7f50e9e719d290440e2386c15f8f6517bf2d09ae --- M fe/src/main/java/org/apache/impala/planner/Planner.java M tests/custom_cluster/test_lineage.py 2 files changed, 36 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/24398/2 -- To view, visit http://gerrit.cloudera.org:8080/24398 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7f50e9e719d290440e2386c15f8f6517bf2d09ae Gerrit-Change-Number: 24398 Gerrit-PatchSet: 2 Gerrit-Owner: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
