-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Type: enhancementNew feature or requestNew feature or request
Milestone
Description
What happened?
The documentation indicates that there are adbc packages available for Debian and Ubuntu. Checking, these do appear to be published as RPM pacakges, but not available as .deb packages in the Debian package pool.
Following these instructions: https://arrow.apache.org/adbc/current/driver/installation.html
Package pool example: https://apache.jfrog.io/ui/native/arrow/ubuntu/pool/noble/main/a/apache-arrow/
Stack Trace
No response
How can we reproduce the bug?
sudo apt update
sudo apt install -y -V ca-certificates lsb-release wget
sudo wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
rm ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
sudo apt install libadbc-driver-flightsql-dev
sudo apt install libadbc-driver-postgresql-dev
sudo apt install libadbc-driver-sqlite-dev
sudo apt install libadbc-driver-snowflake-dev
Packages are not found.
Environment/Setup
No response
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request