yaooqinn commented on code in PR #2429:
URL: https://github.com/apache/incubator-kyuubi/pull/2429#discussion_r870040136


##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/PrivilegesBuilderSuite.scala:
##########
@@ -1099,6 +1141,24 @@ abstract class PrivilegesBuilderSuite extends 
KyuubiFunSuite with SparkSessionPr
     val accessType = ranger.AccessType(po, operationType, isInput = false)
     assert(accessType === AccessType.ALTER)
   }
+
+  test("AlterTableChangeColumnsCommand") {

Review Comment:
   this test cannot pass spark 2, can we suppress it with `assume` @packyan 



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