raulcd commented on PR #13634: URL: https://github.com/apache/arrow/pull/13634#issuecomment-1187358507
Do we require a higher protobuf version for substrait with this change? I think the failures on Ubuntu 18.04 are due to version `3.0.0` being used. `Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-pthread (found suitable version "3.0.0", minimum required is "3.0.0")` From what I can see `metadata_lite.h` was added on >=3.3.x Not present on 3.2 branch: https://github.com/protocolbuffers/protobuf/tree/3.2.x/src/google/protobuf present on 3.3.: https://github.com/protocolbuffers/protobuf/tree/3.3.x/src/google/protobuf -- 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]
