-
Notifications
You must be signed in to change notification settings - Fork 42
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
bug: read_json doesn't work with data over http #2756
Comments
This is a known issue: the object_store crate that we use for accessing data doesn't handle query strings. @vrongmeal has this in his queue. I'm not sure that it's captured in a different issue though, so it's probably good to track it here. |
The best I could get is:
I think @universalmind303 has more context about this ^ |
I've made this work:
But the mentioned URL fails due to lack of "content-length" header. We need some other strategy to handle the case. Maybe download the contents locally into a file (similar to SQLite?) PS: Query params working? |
Resolves part of #2756 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
So... have something working!
|
Incredible! Is this merged, or still in progress? |
Resolves part of #2756 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Waiting for a review on #2784. Should be in soon! |
Resolves part of #2756 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Fixes: #2756 --------- Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Description
I would expect this to work:
Instead, it raises
External error: Accessing delta tables over http not supported
The text was updated successfully, but these errors were encountered: