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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: apache/iceberg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    4a97cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e491d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b049390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1060bfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2774594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a149018 View commit details
    Browse the repository at this point in the history
  7. feat: validate_deleted_data_files (#1938)

    Closes #1928 
    
    # Rationale for this change
    Add `validate_deleted_data_files` which depends on #1935 
    
    # Are these changes tested?
    Added a test!
    
    # References
    
    Java `deletedDataFiles` impl:
    
    https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java#L678
    
    Java `ManifestGroup.entries` impl:
    
    https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/ManifestGroup.java#L242
    
    ---------
    
    Co-authored-by: Fokko Driesprong <[email protected]>
    jayceslesar and Fokko authored May 20, 2025
    Configuration menu
    Copy the full SHA
    e98f685 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb31e81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f47513b View commit details
    Browse the repository at this point in the history
Loading