Lin Liu
Lin Liu
### Change Logs 1. When we create HoodieRecord for a delete, we store the necessary information into the metadata field. 2. When we need to merge delete records, we extract...
### Change Logs Base on PR: 10398. Add unit test for log file only FileSlice: TestFileSliceWithOnlyLogFiles.java ### Impact Fixed problems. ### Risk level (write none, low medium or high below)...
### Change Logs Use MysqlDebeziumSource as an example to demonstrate the design. ### Impact Low. ### Risk level (write none, low medium or high below) None, just a demo. ###...
### Change Logs The input schema string is empty. We try to get it form schema file or instants. ### Impact Fixed the bug. ### Risk level (write none, low...
### Change Logs Enable code covery. ### Impact More tool to improve code quality. ### Risk level (write none, low medium or high below) None. ### Contributor's checklist - [...
### Change Logs Created a new record buffer to store unmerged records. ### Impact Some workload can be supported. ### Risk level (write none, low medium or high below) Low....
### Change Logs Push the base docker image to apache hudi docker hub. ### Impact None. ### Risk level (write none, low medium or high below) None. ### Documentation Update...
### Change Logs "slf4j-reload4j" could cause binding issue with "log4j-slf4j-impl" in some cases. ### Impact 1. Remove the binding issue; 2. Less warning noisy messages. ### Risk level (write none,...
### Change Logs We pass the partial schema into write config, which will be used in HoodieAppendHandle. Here we assume 1. the inputBatch contains the partial schema which is from...
### Change Logs The main problem we face for delete logic is that some `DeleteRecord` do not have valid `orderingVal` field. This is not a problem for processing time based...