Hello Riza Suminto, Michael Smith, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21650
to look at the new patch set (#2).
Change subject: IMPALA-12737: Add HS2 support to the InternalServer class.
......................................................................
IMPALA-12737: Add HS2 support 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, 147 insertions(+), 73 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/21650/2
--
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: newpatchset
Gerrit-Change-Id: Idf4b278b69ffb2beef3ea5bc1eb9335d9c27a5c8
Gerrit-Change-Number: 21650
Gerrit-PatchSet: 2
Gerrit-Owner: Jason Fehr <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>