kou commented on PR #34716: URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482723533
> I have been trying to understand on the almalinux job test where are we using lz4-libs We can confirm it by `dnf install -y --enablerepo=powertools --enablerepo=epel arrow-devel-12.0.0.dev282-1.el8` https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L201 doesn't install `lz4` (`lz4-libs` is installed by default on AlmaLinux 8): https://github.com/ursacomputing/crossbow/actions/runs/4508813205/jobs/7937873260#step:9:339 ```text .... libzstd-devel x86_64 1.4.4-1.el8 baseos 43 k lz4-devel x86_64 1.8.3-3.el8_4 baseos 30 k ... ``` and an example can run successfully https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L225 : https://github.com/ursacomputing/crossbow/actions/runs/4508813205/jobs/7937873260#step:9:1478 ```text + ./arrow-example * Reading CSV file 'test.csv' into table * Read table: ... ``` > we seem to install an old arrow-lib package It's a test whether we can install both of old arrow-libs and new arrow-libs at the same time or not: https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L311 -- 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]
