Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/iceberg-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: splitgraph/iceberg-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e7008f3 View commit details

Commits on Dec 6, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dbe5858 View commit details

Commits on Dec 9, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a76e1c View commit details

Commits on Dec 11, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    734e70d View commit details

Commits on Dec 13, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2be7c38 View commit details

Commits on Dec 20, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1e01b7b View commit details

Commits on Jan 3, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a61f889 View commit details
  2. Switch from if-none-match to if-not-exists in exclusive write routine

    This is because there is an opendal check now with the former being forbiden for S3 now.
    gruuya committed Jan 3, 2025
    Copy the full SHA
    13c5cc7 View commit details
  3. Merge pull request #3 from splitgraph/s3-if-not-exists

    Switch from if-none-match to if-not-exists in exclusive write routine
    gruuya authored Jan 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cb5c365 View commit details

Commits on Jan 21, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4c42c87 View commit details

Commits on Feb 5, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6440cf9 View commit details
  2. Copy the full SHA
    6507fda View commit details
  3. Copy the full SHA
    5bb319c View commit details

Commits on Feb 11, 2025

  1. Upgrade to DataFusion 45

    mildbyte committed Feb 11, 2025
    Copy the full SHA
    0d4b161 View commit details

Commits on Feb 12, 2025

  1. Merge branch 'io-cleanup'

    Accidentally deleted the results from
    splitgraph#6 during a rebase
    mildbyte committed Feb 12, 2025
    Copy the full SHA
    dfe4c14 View commit details
Showing with 190 additions and 142 deletions.
  1. +139 −119 Cargo.lock
  2. +8 −8 Cargo.toml
  3. +38 −14 crates/iceberg/src/io/file_io.rs
  4. +1 −1 crates/integrations/datafusion/Cargo.toml
  5. +4 −0 crates/integrations/datafusion/src/table/mod.rs
Loading