Noemi Pap-Takacs has uploaded this change for review. ( 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. Change-Id: I7f50e9e719d290440e2386c15f8f6517bf2d09ae --- M fe/src/main/java/org/apache/impala/planner/Planner.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/24398/1 -- 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: newchange Gerrit-Change-Id: I7f50e9e719d290440e2386c15f8f6517bf2d09ae Gerrit-Change-Number: 24398 Gerrit-PatchSet: 1 Gerrit-Owner: Noemi Pap-Takacs <[email protected]>
