Jason Fehr has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21650
Change subject: IMPALA-12737: Add HS2 suuport to the InternalServer class. ...................................................................... IMPALA-12737: Add HS2 suuport to the InternalServer class. The existing methods in the InternalServer class allow for retrieving query results via tab delimited text. This method is not robust when accuracy is needed for query results. This commit adds the ability to use the HS2 protocol to execute queries with the results returned as a vector of Thrift TRow objects. This new method is not used in this commit but will be used in subsequent commits for IMPALA-12737. Testing was accomplished by adding a new unit ctest. Change-Id: Idf4b278b69ffb2beef3ea5bc1eb9335d9c27a5c8 --- M be/src/service/impala-server.h M be/src/service/internal-server-test.cc M be/src/service/internal-server.cc M be/src/service/internal-server.h 4 files changed, 200 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/21650/1 -- To view, visit http://gerrit.cloudera.org:8080/21650 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idf4b278b69ffb2beef3ea5bc1eb9335d9c27a5c8 Gerrit-Change-Number: 21650 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <[email protected]>
