Sober7135 commented on issue #789: URL: https://github.com/apache/incubator-graphar/issues/789#issuecomment-3397169571
> Hi [@Sober7135](https://github.com/Sober7135) , what is the OS version and apache-arrow version running? I use docker, Dockerfile https://github.com/Sober7135/graphar-rs/blob/main/Dockerfile (Host) OS: ```bash uname -a Linux Gentoo 6.16.10-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Oct 2 16:42:19 -00 2025 x86_64 x86_64 x86_64 GNU/Linux ``` arrow: 21 ```bash ls /usr/lib/x86_64-linux-gnu/ | grep arrow libarrow.a libarrow.so libarrow.so.2100 libarrow.so.2100.0.0 libarrow_acero.a libarrow_acero.so libarrow_acero.so.2100 libarrow_acero.so.2100.0.0 libarrow_bundled_dependencies.a libarrow_compute.a libarrow_compute.so libarrow_compute.so.2100 libarrow_compute.so.2100.0.0 libarrow_dataset.a libarrow_dataset.so libarrow_dataset.so.2100 libarrow_dataset.so.2100.0.0 ``` compiler ``` cc --version cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. c++ --version c++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` CI is built in DEBUG, so all the tests are passed. https://github.com/apache/incubator-graphar/blob/a88cd01f610d534a42418bf25931f9bda3d9391c/.github/workflows/ci.yml#L88 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
