This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
from f1fb2b1 fix take kernel null handling on structs (#531)
add 787e826 Add tests for building applications using arrow with
different feature flags (#532)
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 29 ++++++++++++----------
.../test/dependency/README.md | 7 ++----
.../test/dependency/default-features/Cargo.toml | 18 ++++++++++----
arrow/test/dependency/default-features/src/main.rs | 3 +++
.../dependency/no-default-features}/Cargo.toml | 22 ++++++++--------
.../dependency/no-default-features/src/main.rs | 3 +++
dev/release/rat_exclude_files.txt | 1 +
7 files changed, 49 insertions(+), 34 deletions(-)
copy CODE_OF_CONDUCT.md => arrow/test/dependency/README.md (85%)
copy rustfmt.toml => arrow/test/dependency/default-features/Cargo.toml (65%)
create mode 100644 arrow/test/dependency/default-features/src/main.rs
copy {parquet_derive_test =>
arrow/test/dependency/no-default-features}/Cargo.toml (64%)
create mode 100644 arrow/test/dependency/no-default-features/src/main.rs