kevinjqliu commented on PR #1501:
URL: https://github.com/apache/iceberg-rust/pull/1501#issuecomment-3275290217
I think the current error message from `substrait` is pretty informative
already
```
Error: Custom { kind: NotFound, error: "Could not find `protoc`. If `protoc`
is installed, try setting the `PROTOC` environment variable to the path of the
`protoc` binary. To install it on Debian, run `apt-get install
protobuf-compiler`. It is also available at
https://github.com/protocolbuffers/protobuf/releases For more information:
https://docs.rs/prost-build/#sourcing-protoc" }
```
I think we can merge this PR for now, and follow up with another PR to add
`protoc` check in the `Makefile` if necessary
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]