suryaprasanna commented on code in PR #17787:
URL: https://github.com/apache/hudi/pull/17787#discussion_r2745040345


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/common/TestSlashSeparatedPartitionValue.scala:
##########
@@ -86,6 +86,76 @@ class TestSlashSeparatedPartitionValue extends 
HoodieSparkSqlTestBase {
       val partitionPaths = metadataTable.getAllPartitionPaths
       assertTrue(partitionPaths.contains("2026/01/05"))
       assertTrue(partitionPaths.contains("2026/01/06"))
+      metadataTable.close()
+    }
+  }
+
+  test("Test slash separated date partitions with already formatted input") {

Review Comment:
   Sure, will remove this test case in the subsequent PRs.



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