Hello Gabor Kaszab, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19868
to look at the new patch set (#3).
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, 62 insertions(+), 17 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/68/19868/3
--
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: newpatchset
Gerrit-Change-Id: I6938938b1834809d5197a748c171e9a09e13906a
Gerrit-Change-Number: 19868
Gerrit-PatchSet: 3
Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
Gerrit-Reviewer: Gabor Kaszab <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>