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

chore: refactoring AWS code out of the core crate #1995

Merged
merged 5 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Refactor AWS specific code into the deltalake-aws crate

    There are a number of changes here to untangle the coupling inside of
    deltalake-core to allow deltalake-aws to be separated properly
    rtyler committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4647d65 View commit details
    Browse the repository at this point in the history
  2. fix: windows tests

    roeap committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    df560a6 View commit details
    Browse the repository at this point in the history
  3. chore: prune dependencies

    roeap committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    56a2f8f View commit details
    Browse the repository at this point in the history
  4. Introduce a test to make sure tilde paths work properly

    This test fails on main but passes in this branch because the URL
    handling logic introduced properly encodes file URLs. No need for
    object_store updates here
    
    Fixes delta-io#1806
    rtyler committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    264adfa View commit details
    Browse the repository at this point in the history
  5. Temporarily skip Azure tests

    rtyler committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    72cf100 View commit details
    Browse the repository at this point in the history