hudi icon indicating copy to clipboard operation
hudi copied to clipboard

Upserts, Deletes And Incremental Processing on Big Data.

Results 1006 hudi issues
Sort by recently updated
recently updated
newest added

**_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...

size:L

…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...

size:L

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...

size:M

### 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._...

size:XL
release-1.1.0

### 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

**_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]....

spark-sql
change-data-capture

### 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...

size:XL

### 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...

size:XL

**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...

concurrency-control
stability