----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33890/ -----------------------------------------------------------
Review request for hive and Amareshwari Sriramadasu. Bugs: HIVE-10435 https://issues.apache.org/jira/browse/HIVE-10435 Repository: hive-git Description ------- SessionManager in CLIService creates and keeps track of HiveSession. Right now, it creates HiveSessionImpl which is one implementation of HiveSession. This improvement request is to make it pluggable through a configuration so that other implementations can be passed. Diffs ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 69fda45 service/src/java/org/apache/hive/service/cli/session/SessionManager.java 36a30b1 service/src/test/org/apache/hive/service/cli/session/TestPluggableHiveSessionImpl.java PRE-CREATION Diff: https://reviews.apache.org/r/33890/diff/ Testing ------- Newly added unit test passed. Thanks, Akshay Goyal