hudi
hudi copied to clipboard
Upserts, Deletes And Incremental Processing on Big Data.
### Change Logs Improve record write failure log and metrics in AppendWrite Function ### Impact no ### Risk level (write none, low medium or high below) none ### Documentation Update...
### Change Logs HBase 2.4+ does not allocate a block cache automatically within the CacheConfig but requires a BlockCache instance to be passed in. This is different from HBase 1.x...
### Change Logs - Update spark reader to use HoodieFileGroupReader - Add logic for easily checking if a row represents a delete operation to avoid converting to and from avro...
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...
### Change Logs There is some backwards compatibility issues with reading archived timeline instants pre 0.8. 1st issue is that Avro was upgraded in 0.12 to a version which does...
### Change Logs When entire file list becomes empty for a given partition(delete partition), we need to get rid of the entire record from FILES partition. ### Impact Metadata table...
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you...
### 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)...
### 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)...
### Change Logs While running table services asynchronously in the Streamer, we discovered the timeline server can only serve one write client at a time safely. When there are multiple...