hudi
hudi copied to clipboard
Upserts, Deletes And Incremental Processing on Big Data.
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? yes - Join the mailing list to engage in conversations and get faster support at [email protected]. - If...
### 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...
…y iterator for FG reader Currently, `getClosableHoodieRecordIterator` has redundant conversion: engine record `BufferedRecord`, and `getClosableKeyIterator` has redundant process `readerContext.getRecordKey`. We actually can make a refactor to get these iterators more...
Please consider following case: ``` /** * case: query with pending instant * * 1. insert-txn1 start, will create a log file * 2. insert-txn2 start, will create a log...
### 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 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...
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? -> Page 404s - Join the mailing list to engage in conversations and get faster support at [email protected]....
### Change Logs This is part of a larger feature support where we are adding streaming write support to metadata table. We are going to raise lot of smaller patches...
### Change Logs Adding streaming writes support to Metadata table. Essentially, writes to both DT and MDT gets executed using same stage boundaries. This will avoid any out of sync...
**Describe the problem you faced** Currently, I am using GCP to run workloads on an Apache Hudi table stored in GCS. To enable distributed locking concurrency control, I found in...