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


##########
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:
   @codope i've filed this https://issues.apache.org/jira/browse/HUDI-5287
   
   in principle we should make UT/FT only run against small number of records 
and runnable even on cheap machines. So we should be able to keep parallelism 
low and fixed. We only make num records and parallelism configurable when 
running ITs with varying number of records. 



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