LouisGariepy opened a new issue, #6418:
URL: https://github.com/apache/arrow-datafusion/issues/6418

   ### Is your feature request related to a problem or challenge?
   
   This 
[section](https://arrow.apache.org/datafusion/contributor-guide/index.html#protoc-installation)
 of the contributor guide explains how to install the Protobuf system 
dependencies:
   
   > dnf install -y protobuf-compiler
   
   This command is not sufficient to be able to build `arrow-datafusion`, at 
least not with the Fedora version I tested (Fedora 38).
   
   ### Describe the solution you'd like
   
   Instead of suggesting `protobuf-compiler`, the docs should use 
`protobuf-devel` (which also installs the compiler).
   
   > dnf install -y protobuf-devel
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to