codope commented on code in PR #7305:
URL: https://github.com/apache/hudi/pull/7305#discussion_r1033323776


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestHoodieReadClient.java:
##########
@@ -50,16 +48,7 @@
 @SuppressWarnings("unchecked")
 public class TestHoodieReadClient extends HoodieClientTestBase {
 
-  @Override
-  protected void initPath() {
-    try {
-      java.nio.file.Path basePath = tempDir.resolve("dataset");
-      java.nio.file.Files.createDirectories(basePath);
-      this.basePath = basePath.toUri().toString();
-    } catch (IOException ioe) {
-      throw new HoodieIOException(ioe.getMessage(), ioe);
-    }
-  }
+  private static final int PARALLELISM = 2;

Review Comment:
   Was wondering if this can be paramterized as a maven option? Would be 
helpful when we run tests on bigger cluster.



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