jacobsimpson commented on PR #7009:
URL: https://github.com/apache/arrow-rs/pull/7009#issuecomment-2610619433
I used `./regen.sh` to generate it. I'll have access to a Mac tomorrow and I
can try this procedure again and look at the file differences.
In the mean time, following that test procedure locally I see:
```
$ uname -a
Linux silverfox 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC
2022 x86_64 x86_64 x86_64 GNU/Linux
$ cd arrow-rs/arrow-flight
$ git status
On branch add-file-descriptor-set
Your branch is up to date with 'origin/add-file-descriptor-set'.
nothing to commit, working tree clean
$ rm src/sql/flight_sql_descriptor.bin
$ ./regen.sh
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
Running `/home/jsimpson/src/arrow-rs/target/debug/gen`
cargo:rerun-if-changed=../format/Flight.proto
cargo:rerun-if-changed=../format
cargo:rerun-if-changed=../format/FlightSql.proto
cargo:rerun-if-changed=../format
$ git status
On branch add-file-descriptor-set
Your branch is up to date with 'origin/add-file-descriptor-set'.
nothing to commit, working tree clean
```
--
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]