[HUDI-3445] Support Clustering Command Based on Call Procedure Command for Spark SQL (#4901)
* [HUDI-3445] Clustering Command Based on Call Procedure Command for Spark SQL * [HUDI-3445] Clustering Command Based on Call Procedure Command for Spark SQL * [HUDI-3445] Clustering Command Based on Call Procedure Command for Spark SQL Co-authored-by: shibei <huberylee.li@alibaba-inc.com>
This commit is contained in:
@@ -71,7 +71,7 @@ public class TestPartitionAwareClusteringPlanStrategy {
|
||||
fakeTimeBasedPartitionsPath.add("20210719");
|
||||
fakeTimeBasedPartitionsPath.add("20210721");
|
||||
|
||||
List list = strategyTestRegexPattern.getRegexPatternMatchedPartitions(hoodieWriteConfig, fakeTimeBasedPartitionsPath);
|
||||
List list = strategyTestRegexPattern.getMatchedPartitions(hoodieWriteConfig, fakeTimeBasedPartitionsPath);
|
||||
assertEquals(2, list.size());
|
||||
assertTrue(list.contains("20210721"));
|
||||
assertTrue(list.contains("20210723"));
|
||||
|
||||
Reference in New Issue
Block a user