Commit 63362ad
* feat: pass compaction/merge related props to HoodieBaseFileGroupRecordBuffer
1. pass compaction/merge related props to HoodieBaseFileGroupRecordBuffer
Signed-off-by: TheR1sing3un <[email protected]>
* fix: resolve multiple precombine-related configuration conflicts
1. resolve multiple precombine-related configuration conflicts
2. assume that precombine is based on table config
Signed-off-by: TheR1sing3un <[email protected]>
* style: simplify lambda expression
1. simplify lambda expression
Signed-off-by: TheR1sing3un <[email protected]>
* fix: fix the `record_key` and `_hoodie_record_key` are not mapped when the record is created in SparkDatasetTestUtils
1. fix the `record_key` and `_hoodie_record_key` are not mapped when the record is created in SparkDatasetTestUtils
Signed-off-by: TheR1sing3un <[email protected]>
* rerun
* feat: Remove the default value for PAYLOAD_ORDERING_FIELD_PROP_KEY to avoid taking the default value from props as a valid configuration
1. Remove the default value for PAYLOAD_ORDERING_FIELD_PROP_KEY to avoid taking the default value from props as a valid configuration优化排序字段获取逻辑,移除默认值配置。
Signed-off-by: TheR1sing3un <[email protected]>
* Update hudi-common/src/main/java/org/apache/hudi/common/util/collection/ExternalSpillableMap.java
---------
Signed-off-by: TheR1sing3un <[email protected]>
Co-authored-by: Y Ethan Guo <[email protected]>
1 parent f0b7383 commit 63362ad
File tree
4 files changed
+11
-5
lines changed- hudi-client
- hudi-client-common/src/main/java/org/apache/hudi/config
- hudi-spark-client/src/main/java/org/apache/hudi/io
- hudi-common/src/main/java/org/apache/hudi/common/util/collection
- hudi-spark-datasource/hudi-spark-common/src/test/java/org/apache/hudi/testutils
4 files changed
+11
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
183 | 187 | | |
184 | 188 | | |
185 | 189 | | |
| |||
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
194 | | - | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
183 | | - | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments