Lin Liu

Results 21 issues of Lin Liu

### Change Logs Enable partition stats index by default, and fix test failures caused. Root causes include: 1. Test setup. 2. UTF8 to String casting. 3. Date to LocalDate casting....

size:M

### Change Logs Test three cases: 1. Different base file schema; 2. Different log file schema; 3. Different base and log file schema. With extra primitive column and extra nested...

size:L

### Change Logs Remove constraints: 1. Virtual Key 2. Bootstrap files ### Impact Make FG reader based compactor more general. ### Risk level (write none, low medium or high below)...

size:XS

### Change Logs Remove the FG reader flag usage to see if any functionalities would fail. ### Impact No impact. ### Risk level (write none, low medium or high below)...

size:M

### Change Logs This change adds the merger class to deprecate `MySqlDebeziumAvroPayload`. ### Impact `MySqlDebeziumAvroPayload` is not initialized in Hudi. ### Risk level (write none, low medium or high below)...

size:L

### Change Logs 1. Create EventTimeBasedAvroRecordMerger for event time ordering merge mode. 2. Update the place where HoodieAvroRecordMerger is called. ### Impact Remove some payloads. ### Risk level (write none,...

size:XL

### Change Logs Add merger classes for CDC payloads. ### Impact These classes will replace the usage of CDC payload classes. ### Risk level (write none, low medium or high...

size:L

### Change Logs 1. Create a merger class to replace ExpressionPayload ### Impact Existing tests should be sufficient to demonstrate the merger. ### Risk level (write none, low medium or...

size:L

### Change Logs This PR 1. introduces SparkFileReader that could be extended to readers for different base file formats. 2. passes a map of [HoodieFileFormat, SparkFileReader] into Spark ReaderContext for...

size:M

### Change Logs Created a new file format `HoodieFileGroupReaderBasedFileFormat` to support multiple base file formats, which is guarded by the existing configuration. The main change that we do is to...

size:XL