the-other-tim-brown commented on code in PR #13546:
URL: https://github.com/apache/hudi/pull/13546#discussion_r2205291951
##########
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:
I'm not sure. Test execution ordering is pseudo-random and so anyone adding
or removing a test class can impact the execution ordering so it is possible we
were just lucky.
We also had issues with tests not executing due to misconfigurations which
were fixed recently.
--
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]