Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20015 )
Change subject: IMPALA-12186: Add table property to Iceberg LOAD DATA tmp tables ...................................................................... IMPALA-12186: Add table property to Iceberg LOAD DATA tmp tables Iceberg LOAD DATA creates a temporary table during execution. To help Apache Atlas identify these tables properly 'TEMPORARY' table property was added to the tmp table's CREATE statement in this commit. Testing: - Manually checked the presence of the table property Change-Id: Ic0985950672a461894e85cdb3387936d10769690 Reviewed-on: http://gerrit.cloudera.org:8080/20015 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> --- M fe/src/main/java/org/apache/impala/analysis/LoadDataStmt.java M fe/src/main/java/org/apache/impala/analysis/QueryStringBuilder.java 2 files changed, 23 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Zoltan Borok-Nagy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20015 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic0985950672a461894e85cdb3387936d10769690 Gerrit-Change-Number: 20015 Gerrit-PatchSet: 2 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
