pan3793 commented on code in PR #5866:
URL: https://github.com/apache/kyuubi/pull/5866#discussion_r1429401183


##########
externals/kyuubi-hive-sql-engine/src/main/scala/org/apache/kyuubi/engine/hive/session/HiveSessionImpl.scala:
##########
@@ -63,7 +64,19 @@ class HiveSessionImpl(
       case TGetInfoType.CLI_SERVER_NAME => TGetInfoValue.stringValue("Hive")
       case TGetInfoType.CLI_DBMS_NAME => TGetInfoValue.stringValue("Apache 
Hive")
       case TGetInfoType.CLI_DBMS_VER => 
TGetInfoValue.stringValue(HiveVersionInfo.getVersion)
-      case TGetInfoType.CLI_ODBC_KEYWORDS => 
TGetInfoValue.stringValue("Unimplemented")
+      case TGetInfoType.CLI_ODBC_KEYWORDS =>
+        try {
+          // HIVE-17765 expose Hive keywords, which is not available in some 
Hive versions
+          // See more details: https://issues.apache.org/jira/browse/HIVE-17765

Review Comment:
   ```suggestion
             // HIVE-17765: Expose Hive keywords
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to