Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18968 )
Change subject: IMPALA-11573: Certain methods used by the replanning feature can be improved ...................................................................... IMPALA-11573: Certain methods used by the replanning feature can be improved This patch improves certain methods used by the replan feature (IMPALA-10992) so that they can be called by the external frontend component in Hive. Specifically, the declaration of these methods becomes public static, and the initialization of a static data member checks whether the dependent object exists. Testing: 1. Run unit tests; 2. Run "core" tests. Change-Id: I334523f86e4292e9591306179eb1ab43be316c99 Reviewed-on: http://gerrit.cloudera.org:8080/18968 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- M fe/src/main/java/org/apache/impala/service/Frontend.java 1 file changed, 10 insertions(+), 9 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved Quanlong Huang: Verified -- To view, visit http://gerrit.cloudera.org:8080/18968 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I334523f86e4292e9591306179eb1ab43be316c99 Gerrit-Change-Number: 18968 Gerrit-PatchSet: 6 Gerrit-Owner: Qifan Chen <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
