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

## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8690 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-8875 - Fix version(s): - 1.1.0

priority:critical
area:tests
from-jira
type:devtask

## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8636 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9107 - Fix version(s): - 1.1.0

priority:critical
from-jira
type:devtask

# Do we really need completely different relations based on checkpoint version.. I feel just passing in the checkpoint version to use is sufficient.. I worry there are too many...

priority:critical
from-jira
type:devtask

## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8625 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9105 - Fix version(s): - 1.1.0

priority:critical
from-jira
type:devtask

here is what a typical file group instantiation of MDT partition looks like t10: create a dummy commit w/ base commit time "0000000".  So this will create a log file...

priority:high
area:metadata-table
from-jira
type:devtask

CustomKeyGenerator is not able to parse the microseconds part. Below is the reproducible code. In output its giving - "2023-03-04 14:44:42.046000" ``` fake = Faker() data = [{"ID": fake.uuid4(), "EventTime":...

priority:critical
area:writer
from-jira
type:devtask

Using this https://issues.apache.org/jira/browse/HUDI-8475, we plan to generate all stats within write handles. and https://issues.apache.org/jira/browse/HUDI-8474 is about designing a MDT re-partitioner. Except partition stats index, every other index should be straight...

priority:critical
area:metadata-table
from-jira
type:devtask

Some tests in  ITTestSavepointsCommand need to be re-written, since w/ MDT, we can't restore to arbitrary commits. a base file should be present before the commit being rolledback.  but the...

priority:critical
area:metadata-table
area:tests
from-jira
type:devtask

Hi, I have discovered an issue that doesn't play nicely with the custom key generatosr, basically anything that is not TimestampBasedKeyGenerator or TimestampBasedAvroKeyGenerator. {{While trying to read a table that...

priority:critical
area:writer
from-jira
type:devtask

CDC doesn't support record merger, not on the read or write side. https://github.com/apache/hudi/pull/11943#discussion_r1809692780 ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8423 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9108 - Fix version(s): - 1.1.0

priority:critical
from-jira
type:devtask