integration test for arrow flight server

2024-07-25 Thread Gianluca Arbezzano
Hello I am not sure if what I am asking makes sense but I am wondering if archery can be pointed to a flight server I am writing to validate its correctness. https://github.com/apache/arrow/tree/main/dev/archery I doubt because flight is pretty open to custom logic so I am not sure how a generic

Re: integration test for arrow flight server

2024-07-25 Thread Joel Lubinitsky
Hi Gianluca, The integration tests for Arrow Flight do not currently run in a generic way. Archery runs a specific binary in the repo built for each language, and the scenarios run servers/clients that expect to produce/consume specific hard-coded values. Could you share more about what you were

Fwd: Issue while installing apache arrow 16.1 in centos 8 and ubutu focal

2024-07-25 Thread Demo Demo
Hi team, For a particular project, i need apache arrow version 16.1. I tried to install in linux centos 8 , but it is always downloading latest version 17. Also not able to install arrow-devel-16.1 Bcz the yum.repos.d points to non exisiting baseurl . There is no repod.xml for centos 8 When tryi

Re: Issue while installing apache arrow 16.1 in centos 8 and ubutu focal

2024-07-25 Thread Jacek Pliszka
pip install pyarrow==16.1.0 czw., 25 lip 2024 o 20:58 Demo Demo napisaƂ(a): > > > > > Hi team, > > For a particular project, i need apache arrow version 16.1. > > I tried to install in linux centos 8 , but it is always downloading latest > version 17. > Also not able to install arrow-devel-16.1

Re: Issue while installing apache arrow 16.1 in centos 8 and ubutu focal

2024-07-25 Thread Demo Demo
Dear All, Thank you for your suggestion. But i want to install pyarrow-devel 16.1 specifically. Kindly suggest. pip install pyarrow-devel==16.1.0 Or sudo apt install pyarrow-devel=16.1.0 is not working Regards. On Fri, Jul 26, 2024, 00:46 Jacek Pliszka wrote: > pip install pyarrow==16.1.0

Re: Issue while installing apache arrow 16.1 in centos 8 and ubutu focal

2024-07-25 Thread Jacek Pliszka
Sorry - I replied too quickly. What exactly are you trying to accomplish? I mean what exactly do you need arrow-devel for? For which languages (Python, C++) ? What is your flexibility with respect to the OS? I believe there are 16.1.0 packages in Fedora Rawhide (41), but your need seems highly un