Vova Kolmakov

Results 16 issues of Vova Kolmakov

### Change Logs Made default value of "hoodie.merge.allow.duplicate.on.inserts" as True and fixed tests. ### Impact low ### Risk level (write none, low medium or high below) low ### Documentation Update...

### Change Logs DataSourceInternalWriterHelper constructor is writing files (through writeClient.startCommitWithTime and writeClient.preWrite), which is an anti-pattern. Moved code that starts transaction (creates files through startCommitWithTime and preWrite) from constructor to...

### Change Logs Moved createNewInstantTime out of HoodieActiveTimeline (to HoodieTimeline) ### Impact none ### Risk level (write none, low medium or high below) none ### Documentation Update _Describe any necessary...

priority:minor
code-refactor

### Change Logs Passing HoodieConfig down to newHFileReader instead of passing useBuiltInHFileReader only. So it'd be easier to add more customization directly to file reader level in the future without...

priority:minor
code-refactor

### Change Logs Exclude the test resources, especially the properties files that conflict with user-provided resources, from every module. This is a followup to https://github.com/apache/hudi/pull/7310#issuecomment-1328728297 ### Impact Minimal impact. Just...

### Change Logs Our constructor for user defined sort partitioner takes in write config, while some of the partitioners used in out of the box sort mode, does not account...

size:M

### Change Logs TestHoodieClientOnCopyOnWriteStorage and TestHoodieJavaClientOnCopyOnWriteStorage have a bunch of duplicate code, so i: - extracted common code (with some parameterizations) to HoodieWriterClientTestHarness class; - removed unused code; - moved...

size:XL

### Change Logs Fix documentation in addition to already merged PR https://github.com/apache/hudi/pull/11509 ### Impact none ### Risk level (write none, low medium or high below) none ### Documentation Update Added...

docs
size:S

### Change Logs Fix documentation in addition to already merged PR https://github.com/apache/hudi/pull/10970 ### Impact none ### Risk level (write none, low medium or high below) none ### Documentation Update Added...

docs
size:XS

### Change Logs Refactored method `HoodieCommitMetadata.getFileSliceForFileGroupFromDeltaCommit` to avoid doing the json tree walking. ### Impact none ### Risk level (write none, low medium or high below) none ### Documentation Update...

size:S