Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8112 )
Change subject: IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. ...................................................................... IMPALA-5954: Set DO_NOT_UPDATE_STATS in alterTable() RPCs to HMS. This improves an existing workaround for HIVE-12730 to avoid having the HMS wipe stats as a side-effect of an alterTable() RPC. The new workaround uses DO_NOT_UPDATE_STATS which is the recommended way of telling the HMS not to recompute/reset statistics on its own. Testing: - core/hdfs run passed Change-Id: I05c63315579d66efeaa4c65105372ae68820ab2f Reviewed-on: http://gerrit.cloudera.org:8080/8112 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java 1 file changed, 9 insertions(+), 6 deletions(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8112 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I05c63315579d66efeaa4c65105372ae68820ab2f Gerrit-Change-Number: 8112 Gerrit-PatchSet: 4 Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
