Tamas Mate has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/20015/1 -- 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: newchange Gerrit-Change-Id: Ic0985950672a461894e85cdb3387936d10769690 Gerrit-Change-Number: 20015 Gerrit-PatchSet: 1 Gerrit-Owner: Tamas Mate <[email protected]>
