pan3793 commented on code in PR #5121:
URL: https://github.com/apache/kyuubi/pull/5121#discussion_r1283510831
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/JsonSpecFileGenerator.scala:
##########
@@ -71,9 +70,7 @@ class JsonSpecFileGenerator extends AnyFunSuite {
val existedFileContent =
FileUtils.readFileToString(filePath.toFile, StandardCharsets.UTF_8)
withClue(s"Check $filename failed. Please regenerate the ranger policy
file by running"
- + "`KYUUBI_UPDATE=1 build/mvn clean test -Pgen-policy"
- + " -pl :kyuubi-spark-authz_2.12 -Dtest=none"
- + "
-DwildcardSuites=org.apache.kyuubi.plugin.spark.authz.gen.JsonSpecFileGenerator`.")
{
+ + "`sh dev/gen/gen_ranger_spec_json.sh`.") {
Review Comment:
Remove leading `sh `
--
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]