Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/24398 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I7f50e9e719d290440e2386c15f8f6517bf2d09ae Gerrit-Change-Number: 24398 Gerrit-PatchSet: 4 Gerrit-Owner: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
