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


##########
kyuubi-server/src/test/scala/org/apache/kyuubi/credentials/HiveDelegationTokenProviderSuite.scala:
##########
@@ -118,7 +120,7 @@ class HiveDelegationTokenProviderSuite extends 
KerberizedTestHelper {
       assert(aliasAndToken._2 != null)
 
       val token = aliasAndToken._2
-      val tokenIdent = 
token.decodeIdentifier().asInstanceOf[DelegationTokenIdentifier]
+      val tokenIdent = 
token.decodeIdentifier().asInstanceOf[AbstractDelegationTokenIdentifier]

Review Comment:
   BTW, the test scope hive jars are going to be removed soon



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