ennuite commented on PR #732:
URL: https://github.com/apache/arrow-go/pull/732#issuecomment-4144022557

   NB: I'm still investigating what led to such a large diff in the protobuf 
generated file. The changes correspond only to compiling the PR at 
https://github.com/apache/arrow/pull/49498 with the following command: 
   ```
   cd /path/to/arrow-go/fork/arrow-go/arrow/flight
   
   protoc --experimental_allow_proto3_optional \
     -I/path/to/arrow/fork/arrow/format \
     --go_out=./gen/flight \
     --go-grpc_out=./gen/flight \
     --go_opt=paths=source_relative \
     --go-grpc_opt=paths=source_relative \
     /path/to/arrow/fork/arrow/format/FlightSql.proto
   ```


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