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

Core: Extend ResolvingFileIO to support BulkOperations #7976

Merged
merged 10 commits into from
Aug 14, 2023

Commits on Jul 3, 2023

  1. Core: Extend ResolvingFileIO to support BulkOperations

    Steve Zhang committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0166991 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Update core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java

    Co-authored-by: Eduard Tudenhoefner <[email protected]>
    dramaticlly and nastra authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    76fe70a View commit details
    Browse the repository at this point in the history
  2. Remove fileIO casting

    Steve Zhang committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f47cfed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    92b7c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80a67e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Partition path to delete by 100k to avoid driver OOM

    Steve Zhang committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    45dee71 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into resolveFileIO

    # Conflicts:
    #	core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java
    Steve Zhang committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2e0194e View commit details
    Browse the repository at this point in the history
  3. Address feedback and rebase

    Steve Zhang committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8af9405 View commit details
    Browse the repository at this point in the history
  4. Use primitive int for batch size

    Steve Zhang committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    76b4ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Simplify tempDir usage in TestResolvingIO

    Steve Zhang committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1443616 View commit details
    Browse the repository at this point in the history