Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19868
Change subject: IMPALA-12130: Table creation time is not set properly in lineage log for Kudu and Iceberg tables ...................................................................... IMPALA-12130: Table creation time is not set properly in lineage log for Kudu and Iceberg tables For CTAS statements that create Kudu/Iceberg tables the lineage log was incomplete as it missed the table creation time of the newly created table. This information was missing because in CatalogOpExecutor createKuduTable() / createIcebergTable() did not set it in the TDdlExecResponse object. This patch adds the missing information. Testing * e2e test Change-Id: I6938938b1834809d5197a748c171e9a09e13906a --- M fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M tests/custom_cluster/test_lineage.py 3 files changed, 49 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/68/19868/1 -- To view, visit http://gerrit.cloudera.org:8080/19868 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6938938b1834809d5197a748c171e9a09e13906a Gerrit-Change-Number: 19868 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
