bowenliang123 commented on code in PR #5248:
URL: https://github.com/apache/kyuubi/pull/5248#discussion_r1319594787
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/IcebergCatalogRangerSparkExtensionSuite.scala:
##########
@@ -235,13 +235,15 @@ class IcebergCatalogRangerSparkExtensionSuite extends
RangerSparkExtensionSuite
s" on [$namespace1/$table1]"))
}
- test("CALL RewriteDataFilesProcedure") {
- val tableName = "call_command_table"
- val table = s"$catalogV2.$namespace1.$tableName"
- val rewriteCommand1 = s"CALL $catalogV2.system.rewrite_data_files " +
+ test("CALL RewriteProcedure") {
Review Comment:
We'd better use RewriteDataFilesProcedure, refering to
`org.apache.iceberg.spark.procedures.RewriteDataFilesProcedure` from Iceberg
Spark plugin.
--
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]