Arnab Karmakar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23528
Change subject: IMPALA-12401: Support more info types for HS2 GetInfo() API ...................................................................... IMPALA-12401: Support more info types for HS2 GetInfo() API This patch adds support for 40+ additional TGetInfoType values in the HiveServer2 GetInfo() API, improving ODBC/JDBC driver compatibility. Previously, only 3 info types were supported (CLI_SERVER_NAME, CLI_DBMS_NAME, CLI_DBMS_VER). The implementation follows the ODBC CLI specification and matches the behavior of Hive's GetInfo implementation where applicable. Testing: - Added comprehensive unit tests in test_hs2.py covering all new info types - Tests verify correct return values and data types for each info type Change-Id: I1ce5f2b9dcc2e4633b4679b002f57b5b4ea3e8bf --- M be/src/service/impala-hs2-server.cc M common/thrift/hive-1-api/TCLIService.thrift M tests/hs2/test_hs2.py 3 files changed, 313 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/23528/1 -- To view, visit http://gerrit.cloudera.org:8080/23528 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1ce5f2b9dcc2e4633b4679b002f57b5b4ea3e8bf Gerrit-Change-Number: 23528 Gerrit-PatchSet: 1 Gerrit-Owner: Arnab Karmakar <[email protected]>
