linliu-code commented on PR #781: URL: https://github.com/apache/hudi-rs/pull/781#issuecomment-5768833442
Superseded by a 24-position stack in `linliu-code/hudi-rs` (#2 … #25), replayed onto current apache main. These four were each based on `main` rather than on each other, so their diffs were cumulative — #783 carried 47 commits and ~12.9k lines, which is the opposite of reviewable. #782 and #783 also did not compile: the ported bridge exported only `new_file_group_reader_with_context` while the demo's `main.cpp` still called `new_file_group_reader_with_options`. The replacement is a genuine stack — each PR is based on the position below it, so each shows only its own delta (19 of 24 are under 1,500 lines). The tip is verified: `cargo check --workspace --all-targets` clean, `cargo test -p hudi-core --lib` 1716 passed / 0 failed, `cargo fmt --all --check` clean. One thing worth carrying over from #780: its `demo/infra/mc/Dockerfile` fix has been **superseded upstream** by #799, which reached the same fix independently and pins the tag rather than using `:latest`. That commit is dropped from the new stack. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
