linliu-code commented on code in PR #13546:
URL: https://github.com/apache/hudi/pull/13546#discussion_r2205379088


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/feature/index/TestExpressionIndex.scala:
##########
@@ -880,15 +879,14 @@ class TestExpressionIndex extends HoodieSparkSqlTestBase {
     }
   }
 
-  @Test
-  def testPrunePartitions(): Unit = {
+  test("Test Prune Partitions") {
     withTempDir { tmp =>
       Seq("cow", "mor").foreach { tableType =>
         val tableName = generateTableName + s"_prune_partitions_$tableType"
         val basePath = s"${tmp.getCanonicalPath}/$tableName"
 
         spark.sql("set hoodie.fileIndex.dataSkippingFailureMode=strict")
-
+        setCompactionConfigs(tableType)

Review Comment:
   Most likely these tests were not executed at all in GH CI.



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

Reply via email to