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

Handle readBatch changes for Spark 3.3.0 #5425

Merged
merged 9 commits into from
May 9, 2022

Commits on May 4, 2022

  1. Added a shim for CurrentBatchIterator

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 4, 2022
    Configuration menu
    Copy the full SHA
    25d6e47 View commit details
    Browse the repository at this point in the history
  2. Extracted super class for common code

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a7aca66 View commit details
    Browse the repository at this point in the history
  3. removed the duplicate code from child class

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 4, 2022
    Configuration menu
    Copy the full SHA
    fdaf82d View commit details
    Browse the repository at this point in the history
  4. removed redundant code

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 4, 2022
    Configuration menu
    Copy the full SHA
    dcdb595 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. addressed review comments

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2883ce6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. addressed review comments

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 6, 2022
    Configuration menu
    Copy the full SHA
    732341e View commit details
    Browse the repository at this point in the history
  2. added new line

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ca9f78b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/branch-22.06' into HEAD

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 6, 2022
    Configuration menu
    Copy the full SHA
    df2b0f6 View commit details
    Browse the repository at this point in the history
  4. removed the xfailing test

    Signed-off-by: Raza Jafri <rjafri@nvidia.com>
    razajafri committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a1a9bd9 View commit details
    Browse the repository at this point in the history