We strive to store all generated header files (by the Thrift or Flatbuffers compilers, for example) in src/generated. However, it seems that Flight puts its protocol buffers generated files in <CMake build dir>/src/arrow/flight and <CMake build dir>/src/arrow/flight/sql.
We strive to store all generated header files (by the Thrift or Flatbuffers compilers, for example) in
src/generated
. However, it seems that Flight puts its protocol buffers generated files in<CMake build dir>/src/arrow/flight
and<CMake build dir>/src/arrow/flight/sql
.It would be nice to eventually harmonize this.
Reporter: Antoine Pitrou / @pitrou
Note: This issue was originally created as ARROW-15624. Please see the migration documentation for further details.