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

Unable to read/write tables with the "gs" schema in the table_uri in 0.15.1 #2060

Closed
ldacey opened this issue Jan 8, 2024 · 0 comments · Fixed by #2061
Closed

Unable to read/write tables with the "gs" schema in the table_uri in 0.15.1 #2060

ldacey opened this issue Jan 8, 2024 · 0 comments · Fixed by #2061
Labels
bug Something isn't working

Comments

@ldacey
Copy link
Contributor

ldacey commented Jan 8, 2024

Environment

Delta-rs version: 0.15.1

Binding:

Environment:

  • Cloud provider: GCP
  • OS: Debian Bullseye
  • Other:

Bug

What happened:
I am unable to read/write tables with the "gs" scheme on version 0.15.1. This has historically worked in previous major versions.

What you expected to happen:

How to reproduce it:

Reading a table with "gs" prefix works on version 0.14.0:

import deltalake
print(deltalake.__version__)

dt = deltalake.DeltaTable("gs://path/to/table", storage_options=analytics.storage_options)
Last executed at 2024-01-09 05:57:31 in 336ms
0.14.0

But it fails on 0.15.1:

import deltalake
print(deltalake.__version__)

dt = deltalake.DeltaTable("gs://path/to/table", storage_options=analytics.storage_options)
Last executed at 2024-01-09 05:57:31 in 336ms
0.15.1

PanicException: The specified table_uri is not valid: InvalidTableLocation("Unknown scheme: gs")

More details:

@ldacey ldacey added the bug Something isn't working label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant