leesf commented on code in PR #4966:
URL: https://github.com/apache/hudi/pull/4966#discussion_r1053918304
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/cluster/strategy/TestSparkClusteringPlanPartitionFilter.java:
##########
@@ -46,15 +47,15 @@ public class TestSparkClusteringPlanPartitionFilter {
@BeforeEach
public void setUp() {
this.hoodieWriteConfigBuilder = HoodieWriteConfig
- .newBuilder()
- .withPath("Fake_Table_Path");
+ .newBuilder()
Review Comment:
useless change.
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/cluster/strategy/TestSparkClusteringPlanPartitionFilter.java:
##########
@@ -46,15 +47,15 @@ public class TestSparkClusteringPlanPartitionFilter {
@BeforeEach
public void setUp() {
this.hoodieWriteConfigBuilder = HoodieWriteConfig
- .newBuilder()
- .withPath("Fake_Table_Path");
+ .newBuilder()
+ .withPath("Fake_Table_Path");
}
@Test
public void testFilterPartitionNoFilter() {
HoodieWriteConfig config =
hoodieWriteConfigBuilder.withClusteringConfig(HoodieClusteringConfig.newBuilder()
-
.withClusteringPlanPartitionFilterMode(ClusteringPlanPartitionFilterMode.NONE)
- .build())
+
.withClusteringPlanPartitionFilterMode(ClusteringPlanPartitionFilterMode.NONE)
Review Comment:
ditto
--
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]