Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17312 )
Change subject: IMPALA-10655: Add ImpalaServer interface to Initialize TQueryCtx for external frontends ...................................................................... IMPALA-10655: Add ImpalaServer interface to Initialize TQueryCtx for external frontends This patch adds a new interface that returns an initialized TQueryCtx for use in requests submitted by external frontends. This is necessary to ensure that the query context in an externally generated TExecRequest has appropriate coordinator metadata. Testing: External frontend regression tests Change-Id: I59cebcf087e703a4ab49fb44f6f5ba1044f26546 Reviewed-by: Aman Sinha <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/17312 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/rpc/hs2-http-test.cc M be/src/service/impala-hs2-server.cc M be/src/service/impala-server.h M common/thrift/ImpalaService.thrift M tests/hs2/test_hs2.py 5 files changed, 34 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17312 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I59cebcf087e703a4ab49fb44f6f5ba1044f26546 Gerrit-Change-Number: 17312 Gerrit-PatchSet: 5 Gerrit-Owner: Kurt Deschler <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]>
