Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11014 )
Change subject: IMPALA-7330. After LOAD DATA, only refresh affected partition ...................................................................... IMPALA-7330. After LOAD DATA, only refresh affected partition This changes LOAD DATA so that, if a specific partition is provided, only the named partition will be refreshed upon completion of the statement. No new tests are added since this code path is covered by existing tests and this just optimizes the metadata reload. I did verify looking at the catalogd logs that only the single specified partition was refreshed when I issued a LOAD statement from the shell. Change-Id: I3b29846deac49a89abcd3495e4b757ef536ff331 Reviewed-on: http://gerrit.cloudera.org:8080/11014 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Todd Lipcon <[email protected]> --- M be/src/service/client-request-state.cc 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11014 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3b29846deac49a89abcd3495e4b757ef536ff331 Gerrit-Change-Number: 11014 Gerrit-PatchSet: 3 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
