This is an automated email from the ASF dual-hosted git repository.
yecol pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new a3a580eb set libarrow version 17 (#721)
a3a580eb is described below
commit a3a580eb11ddd495c6ce39951f48deb319ef6214
Author: Xiaokang Yang <[email protected]>
AuthorDate: Tue Jul 22 13:56:46 2025 +0800
set libarrow version 17 (#721)
---
.github/workflows/cli.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index afc04eeb..1bfa0a1c 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -58,10 +58,10 @@ jobs:
-P /tmp/
sudo apt-get install -y
/tmp/apache-arrow-apt-source-latest-"$(lsb_release --codename --short)".deb
sudo apt-get update -y
- sudo apt install -y libarrow-dev \
- libarrow-dataset-dev \
- libarrow-acero-dev \
- libparquet-dev
+ sudo apt install -y libarrow-dev=17.0.0-1 \
+ libarrow-dataset-dev=17.0.0-1 \
+ libarrow-acero-dev=17.0.0-1 \
+ libparquet-dev=17.0.0-1
sudo apt-get install -y ccache libcurl4-openssl-dev
- name: Install GraphAr CLI and Run Tests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]