SEPURI-SAI-KRISHNA commented on code in PR #19648:
URL: https://github.com/apache/hudi/pull/19648#discussion_r3836377809


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/common/TestSlashSeparatedPartitionValue.scala:
##########
@@ -90,6 +90,113 @@ class TestSlashSeparatedPartitionValue extends 
HoodieSparkSqlTestBase {
     }
   }
 
+  test("Test slash separated date partitions written through the row writer") {

Review Comment:
   Applied -- `Test upsert into a slash separated date partition`, 
parameterized over COW and MOR since neither had any slash coverage.
   
   It inserts one record into `2026/01/05`, then `merge into` on the same key 
and partition value, and asserts a single row survives, that the metadata table 
still lists the partition, and that no second `2026-01-05` directory appeared 
beside `2026/01/05` -- the shape a mismatched partition string would take.
   
   Passes on both table types with the fix in place.



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