[Iceberg] Add Iceberg crate dependencies - #597
Merged
Merged
Conversation
gabotechs
marked this pull request as ready for review
August 9, 2026 13:45
gabotechs
force-pushed
the
gabrielmusat/add-empty-iceberg-crate
branch
from
August 24, 2026 19:10
c9ab76e to
1ab4e5d
Compare
gabotechs
force-pushed
the
gabrielmusat/add-empty-iceberg-crate
branch
from
August 24, 2026 19:28
1ab4e5d to
2deb4d0
Compare
gabotechs
force-pushed
the
gabrielmusat/add-empty-iceberg-crate
branch
2 times, most recently
from
August 24, 2026 20:02
aa96057 to
e3f8f63
Compare
Base automatically changed from
gabrielmusat/add-taxi-iceberg-dataset
to
iceberg-0.10
August 25, 2026 05:31
gabotechs
force-pushed
the
gabrielmusat/add-empty-iceberg-crate
branch
4 times, most recently
from
August 25, 2026 05:41
f572d04 to
904ad48
Compare
gabotechs
force-pushed
the
gabrielmusat/add-empty-iceberg-crate
branch
from
August 25, 2026 05:45
904ad48 to
c9ded88
Compare
gabotechs
commented
Aug 25, 2026
| // The input produced nothing at all: the stream is exhausted, so this partition | ||
| // reached EOS with zero rows. | ||
| reporter.load_info.reached_eos = true; | ||
| reporter.report(&peek); |
Collaborator
Author
There was a problem hiding this comment.
Needed for the Rust toolchain upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces the empty
datafusion-distributed-icebergcrate, its dependency set, and the corresponding lockfile updates.This is the first layer of the Iceberg integration stack. The implementation follows in #595.