Skip to content

Commit cf27278

Browse files
CavemanIVturboFei
authored andcommitted
[KYUUBI #2960] TFrontendService.SERVER_VERSION shall be HIVE_CLI_SERVICE_PROTOCOL_V11
### _Why are the changes needed?_ 1. bugfix for issue #2960 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2961 from CavemanIV/kyuubi-2960. Closes #2960 8aa38eb [zhangliang] TFrontendService always use newest hive cli TProtocolVersion 25e5110 [zhangliang] [KYUUBI #2960] TFrontendService.SERVER_VERSION shall be HIVE_CLI_SERVICE_PROTOCOL_V11 Authored-by: zhangliang <zhangliang@trip.com> Signed-off-by: Fei Wang <fwang12@ebay.com>
1 parent defae6b commit cf27278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ private[kyuubi] object TFrontendService {
623623

624624
final val CURRENT_SERVER_CONTEXT = new ThreadLocal[FeServiceServerContext]()
625625

626-
final val SERVER_VERSION = TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V10
626+
final val SERVER_VERSION = TProtocolVersion.values.max
627627

628628
class FeServiceServerContext extends ServerContext {
629629
private var sessionHandle: SessionHandle = _

0 commit comments

Comments
 (0)