Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14148 )
Change subject: IMPALA-8896: fix alterPartitionsWithTransaction() that emitted too many alter tables. ...................................................................... IMPALA-8896: fix alterPartitionsWithTransaction() that emitted too many alter tables. Moved 'alter_partitions()' RPC outside of the for-loop in alterPartitionsWithTransaction(). Having it inside the for-loop made many unnecessary RPC calls towards HMS. Change-Id: I47d9d732caf3093206efb1f283fec2eee3347671 Reviewed-on: http://gerrit.cloudera.org:8080/14148 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/compat-hive-3/java/org/apache/impala/compat/MetastoreShim.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/14148 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I47d9d732caf3093206efb1f283fec2eee3347671 Gerrit-Change-Number: 14148 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
