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

Wrapper for Arrow Datasets & Dataset Pieces #754

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2022

  1. Add wrappers around arrow legacy dataset classes

    Add a wrapper around Arrow's ParquetDataset legacy class, to allow us to
    re-implement that class's API using Arrow's new dataset class.
    
    Add a wrapper around Arrow's ParquetDatasetPiece legacy class, to allow
    us to re-implement that class's API using Arrow's new dataset "Fragment"
    class.
    Dan Lidral-Porter authored and Dan Lidral-Porter committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cc99b93 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat/arrow-dataset-wrapper

    Dan Lidral-Porter committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    819a127 View commit details
    Browse the repository at this point in the history