-
Notifications
You must be signed in to change notification settings - Fork 593
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
feat: update iceberg version #19963
Conversation
e68a472
to
381464f
Compare
Cargo.toml
Outdated
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" } |
There was a problem hiding this comment.
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.
5dc94f1
to
b015f60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b015f60
to
fa4da70
Compare
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Checklist
Documentation
Release note