nsivabalan commented on code in PR #7142:
URL: https://github.com/apache/hudi/pull/7142#discussion_r1014492449


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -807,6 +821,27 @@ class TestHoodieSparkSqlWriter {
     }).count())
   }
 
+  /**
+   * Test case for deletion of partitions using wildcards
+   * @param partition the name of the partition(s) to delete
+   */
+  @ParameterizedTest
+  @ValueSource(strings = Array("2015/03/*", "*5/03/1*"))

Review Comment:
   can we make the arg list as 1. input and expected partition list. 
   for eg, we can test 
   "2015/03/*","2016/03/15"
   "*5/03/1*","2016/03/15"
   "2016/03/*","2015/03/16,2015/03/17"



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