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


##########
kyuubi-hive-beeline/src/test/java/org/apache/hive/beeline/ProxyAuthTest.java:
##########
@@ -40,7 +41,7 @@
  * <client-principal>
  */
 public class ProxyAuthTest {
-  private static final String driverName = "org.apache.hive.jdbc.HiveDriver";
+  private static final String driverName = 
"org.apache.kyuubi.jdbc.KyuubiHiveDriver";

Review Comment:
   I think we have no such guarantee, the internally used JDBC driver is not 
user-faced stuff, we only need to ensure that user could smoothly migrate from 
Hive Beeline to Kyuubi Beeline without changing the JDBC URL.



-- 
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