-
Notifications
You must be signed in to change notification settings - Fork 43
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] st_read fails to read Excel file from an http URL #181
Comments
I'll note that this was working in duckdb Thanks in advance for your help! |
I suspect this may have something to do with #168, given that the error message matches. |
Hi! I think this has been fixed in #187. Note: for XLSX in particular using DuckDB's filesystem with httpfs has a slower initial load time than In a couple of hours (when the CI finishes) you should be able to install the extension with this fix for 0.9.2 by running: FORCE INSTALL spatial FROM 'http://nightly-extensions.duckdb.org'; |
Thanks @Maxxen - Can fix be made available in the default 0.9.2 |
We may eventually replace the default 0.9.2 install version with this fixed version, but I can't give a timeline. If more issues occur it may be delayed further. |
In duckdb v0.9.2, the following code fails (where it succeeded in 0.9.1):
In this case,
http://localhost:8333
is a local seaweedfs container compliant with the S3 API (andsba_sample.xlsx
exists at that path).With this exception:
The text was updated successfully, but these errors were encountered: