Skip to content

Tracking: sync changes from upstream and drop commits in our fork #31

Open
@xxchan

Description

@xxchan

Guides on maintaining forked dependencies


All commit in our fork:
apache/iceberg-rust@main...risingwavelabs:iceberg-rust:dev_rebase_main_20250307

# Update the following table with this command
# check remotes with `git remove -v` and update the variables below accordingly

REMOTE_RW=rw &&
REMOTE_UPSTREAM=upstream &&
RW_BRANCH=dev_rebase_main_20250325 &&
git fetch --all &&
git log ${REMOTE_UPSTREAM}/main..${REMOTE_RW}/${RW_BRANCH} --oneline | awk '{print "| " $1 " | " substr($0, index($0,$2)) " |"}'
Commit Hash Description Action (What's the PR in upstream?)
c6ac066 feat: add process delete enrty in snapshot produce (#33)
1f4d225 support merge append (#29) REVERT after #19 and upstream apache#902 merged
82725fd feat(iceberg): introduce remove snapshot action (#21)
9efe42b feat: add apply in transaction to support stack action (#22)
cd5573a allow specify snapshot id for fast append (#25)(#14)
19660f2 support append delete file (#19) apache#798
16bb978 feat: expose data file serialized (#26)(#30)
fa6caa9 feat: support remove schemas (#20)
d6faf63 feat: support incremental scan between 2 snapshots (#13)
9bef8de feat(writer): add delta writer (#18) apache#343
de08fc8 feat(writer): support partition writer (#16) apache#342
41e727d feat(writer): add sort position delete writer (#17) apache#704
849b4fc ci: enable ci on PR (#24) ALWAYS KEEP IN FORK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions