nsivabalan commented on a change in pull request #2092:
URL: https://github.com/apache/hudi/pull/2092#discussion_r510804292



##########
File path: docker/demo/config/test-suite/complex-dag-cow.yaml
##########
@@ -17,23 +17,23 @@ first_insert:
   config:
     record_size: 70000
     num_insert_partitions: 1
-    repeat_count: 5
+    repeat_count: 1
     num_records_insert: 1000
   type: InsertNode
   deps: none
 second_insert:
   config:
     record_size: 70000
     num_insert_partitions: 1
-    repeat_count: 5
+    repeat_count: 1
     num_records_insert: 10000
   deps: first_insert
   type: InsertNode
 third_insert:
   config:
     record_size: 70000
     num_insert_partitions: 1

Review comment:
       @n3nash : all dags need to be fixed for partition config. 
   right ones are 
   num_partitions_insert
   num_partitions_upsert. 
   where as so far we are using 
   num_insert_partitions
   num_upsert_partitions.
   
   Can you fix these and re-run all your tests and dags. specially around 
upsert and rollbacks to ensure things are looking good. 
   




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to