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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]