Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update iceberg version #19963

Merged
merged 1 commit into from
Jan 2, 2025
Merged

feat: update iceberg version #19963

merged 1 commit into from
Jan 2, 2025

Conversation

ZENOTME
Copy link
Contributor

@ZENOTME ZENOTME commented Dec 30, 2024

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Checklist

  • I have written necessary rustdoc comments.
  • I have added necessary unit tests and integration tests.
  • I have added test labels as necessary.
  • I have added fuzzing tests or opened an issue to track them.
  • My PR contains breaking changes.
  • My PR changes performance-critical code, so I will run (micro) benchmarks and present the results.
  • My PR contains critical fixes that are necessary to be merged into the latest release.

Documentation

  • My PR needs documentation updates.
Release note

Cargo.toml Outdated
Comment on lines 156 to 158
iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "667c173d4c1d8fed2f4ef046ffa0c80a6ecec6ef" }
iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "667c173d4c1d8fed2f4ef046ffa0c80a6ecec6ef" }
iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "667c173d4c1d8fed2f4ef046ffa0c80a6ecec6ef" }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The revision hashes for the iceberg dependencies are mismatched between Cargo.toml (667c173) and Cargo.lock (781f518). This discrepancy should be resolved to ensure deterministic builds. Consider updating Cargo.toml to match the revision in Cargo.lock, or regenerate Cargo.lock with cargo update if 667c173 is the intended version.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@ZENOTME ZENOTME force-pushed the zj/update_iceberg branch 4 times, most recently from 5dc94f1 to b015f60 Compare December 31, 2024 01:10
@ZENOTME ZENOTME requested review from chenzl25, xxchan and Li0k December 31, 2024 03:16
Copy link
Member

@xxchan xxchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we drop the "change moka" commit, and reword the "fix scan" commit?

image

Cargo.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@chenzl25 chenzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZENOTME ZENOTME force-pushed the zj/update_iceberg branch from b015f60 to fa4da70 Compare January 2, 2025 06:27
@chenzl25 chenzl25 enabled auto-merge January 2, 2025 06:56
@chenzl25 chenzl25 added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit cbf88ef Jan 2, 2025
32 of 33 checks passed
@chenzl25 chenzl25 deleted the zj/update_iceberg branch January 2, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants