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

feat(rust): Scan and read datasets from remote object stores (parquet only) #11256

Closed
wants to merge 9 commits into from

Commits on Sep 4, 2023

  1. Allow async schema inference for file formats

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ea90ad7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'main' of https://github.com/chitralverma/polars into cl…

    …oud-file-datasets
    
    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4a4e318 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. FileListingUrl and opendal integration

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    38bb717 View commit details
    Browse the repository at this point in the history
  2. Cloud scan for parquet

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4df1377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7f655b View commit details
    Browse the repository at this point in the history
  4. remove unnecessary features for now

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    af8ddf4 View commit details
    Browse the repository at this point in the history
  5. lint fix

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e39e45c View commit details
    Browse the repository at this point in the history
  6. Add remaining eager side abstractions

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b709733 View commit details
    Browse the repository at this point in the history
  7. lint fix

    Signed-off-by: Chitral Verma <[email protected]>
    chitralverma committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    968056a View commit details
    Browse the repository at this point in the history