danny0405 commented on code in PR #12537:
URL: https://github.com/apache/hudi/pull/12537#discussion_r1908099571
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestSparkConsistentBucketClustering.java:
##########
@@ -94,6 +95,10 @@ public void setup(int maxFileSize) throws IOException {
}
public void setup(int maxFileSize, Map<String, String> options) throws
IOException {
+ setup(maxFileSize, options, false);
+ }
+
+ public void setup(int maxFileSize, Map<String, String> options, boolean
single) throws IOException {
Review Comment:
single -> singleJob
--
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]