ulysses-you commented on code in PR #6118:
URL: https://github.com/apache/kyuubi/pull/6118#discussion_r1517108193


##########
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:
   we still have hive dependencies for tests, why do we need change this ?



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