You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The arrow integration is experimental. Support is currently only available on request.
I have permission to ask for support.
What happens?
arrow extension is not available.
To Reproduce
It seems that arrow extension is not available for DuckDB.
D install arrow;
Error: HTTP Error: Failed to download extension "arrow" at URL "http://extensions.duckdb.org/v0.9.1/windows_amd64/arrow.duckdb_extension.gz"
Extension "arrow" is an existing extension.
I manually tried using curl:
C:\MyLesson>curl http://extensions.duckdb.org/v0.9.1/windows_amd64/spatial.duckdb_extension.gz --output spatial.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.6M 100 19.6M 0 0 8546k 0 0:00:02 0:00:02 --:--:-- 8548k
C:\MyLesson>curl http://extensions.duckdb.org/v0.9.1/windows_amd64/arrow.duckdb_extension.gz --output arrow.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 243 0 243 0 0 301 0 --:--:-- --:--:-- --:--:-- 301
The arrow integration is experimental. Support is currently only available on request.
What happens?
arrow
extension is not available.To Reproduce
It seems that arrow extension is not available for DuckDB.
I manually tried using curl:
The content of
arrow.gz
:OS:
Windows 11
Substrait-Extension Version:
NA
DuckDB Version:
0.9.1
DuckDB Client:
Python
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: