You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/03/17 01:13:01 UTC

[GitHub] [arrow] assignUser commented on a diff in pull request #34598: GH-34597: [Packaging][RPM] Don't use glog

assignUser commented on code in PR #34598:
URL: https://github.com/apache/arrow/pull/34598#discussion_r1139520553


##########
dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in:
##########
@@ -70,7 +70,9 @@
 %define use_gandiva (%{rhel} >= 8 && "%{_arch}" != "aarch64")
 %define use_gcs (%{rhel} >= 8)
 %define use_gflags (!%{is_amazon_linux})
-%define use_glog (%{rhel} <= 8)
+## TODO: Enable this when glob stopped depending on gflags-devel.

Review Comment:
   ```suggestion
   ## TODO: Enable this when glog stopped depending on gflags-devel.
   ```



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org