Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14027 )
Change subject: IMPALA-8600: Fix test_acid_compaction ...................................................................... IMPALA-8600: Fix test_acid_compaction Apparently Hive doesn't update the writeIds on a transactional table after compaction. This breaks an assumption made in the REFRESH table logic that only does an actual refresh when the HMS writeId is different than the one cached locally. As a result the non-partitioned ACID tables aren't refreshed when a REFRESH table is invoked in Impala right after a major compaction. Change-Id: I58b79f8864b31e18eca818032ad5a9af954913f6 Reviewed-on: http://gerrit.cloudera.org:8080/14027 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java 1 file changed, 9 insertions(+), 29 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/14027 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I58b79f8864b31e18eca818032ad5a9af954913f6 Gerrit-Change-Number: 14027 Gerrit-PatchSet: 3 Gerrit-Owner: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
