[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-15 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r505542832 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/UpsertPartitioner.java ## @@ -160,11 +174,15 @@ private void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-15 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r505541446 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/UpsertPartitioner.java ## @@ -129,6 +131,18 @@ private int

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-09 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501659751 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/UpsertPartitioner.java ## @@ -112,16 +115,17 @@ private void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501677026 ## File path: hudi-integ-test/src/test/java/org/apache/hudi/integ/command/ITTestHoodieSyncCommand.java ## @@ -52,7 +52,7 @@ public void testValidateSync()

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501661275 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestHoodieClientOnCopyOnWriteStorage.java ## @@ -743,47 +743,37 @@ public

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501676578 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java ## @@ -286,8 +303,48 @@ public void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501676468 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java ## @@ -286,8 +303,48 @@ public void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501675500 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java ## @@ -286,8 +303,48 @@ public void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501675165 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java ## @@ -286,8 +303,48 @@ public void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501659751 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/UpsertPartitioner.java ## @@ -112,16 +115,17 @@ private void

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-10-08 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r501674516 ## File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java ## @@ -90,14 +88,33 @@ private

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-09-25 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r494930532 ## File path: hudi-client/src/main/java/org/apache/hudi/table/WorkloadProfile.java ## @@ -54,13 +55,23 @@ */ private final WorkloadStat globalStat; +

[GitHub] [hudi] leesf commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

2020-09-25 Thread GitBox
leesf commented on a change in pull request #2111: URL: https://github.com/apache/hudi/pull/2111#discussion_r494930532 ## File path: hudi-client/src/main/java/org/apache/hudi/table/WorkloadProfile.java ## @@ -54,13 +55,23 @@ */ private final WorkloadStat globalStat; +