bkietz opened a new pull request, #6426: URL: https://github.com/apache/arrow-rs/pull/6426
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/5052 # What changes are included in this PR? - arrow-ipc/regen.sh is extended to - If the `$FLATC` environment variable is defined, that will be used instead of building flatc from source (useful when testing against patched codegen) - Prefix the import `flatbuffers::PushAlignment` to all generated files for reference by impls of `Push::alignment` - Endianness::equals_to_target_endianness() is moved to arrow-ipc/src/lib.rs (this was originally added to arrow-ipc/src/gen/Schema.rs manually in #5301) - regen.sh was rerun, `cargo doc` and `cargo test` didn't error locally # Are there any user-facing changes? no -- 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]
