Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16472
Change subject: IMPALA-9652: CTAS doesn't respect transactional properties ...................................................................... IMPALA-9652: CTAS doesn't respect transactional properties Because of a bug the INSERT part of a CTAS statement didn't run in a transaction. Testing: * Added CTAS statements and SHOW FILES <tbl> queries to acid-insert.test Check if the files are created in a delta directory, if so, then the INSERT must have been running in a transaction. Change-Id: I6ed96aeadbcead9fdc548da5922a066460ff9f77 --- M fe/src/main/java/org/apache/impala/service/Frontend.java M testdata/workloads/functional-query/queries/QueryTest/acid-insert.test 2 files changed, 56 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/16472/1 -- To view, visit http://gerrit.cloudera.org:8080/16472 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6ed96aeadbcead9fdc548da5922a066460ff9f77 Gerrit-Change-Number: 16472 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com>