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.git.
from 9d86440 ARROW-10895: [C++][Gandiva] Implement bool to varchar cast
function in Gandiva
add cc49beb ARROW-11775: [Rust][DataFusion] Feature Flags for Dependencies
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 1 +
rust/datafusion/Cargo.toml | 7 +-
.../src/physical_plan/crypto_expressions.rs | 1 -
rust/datafusion/src/physical_plan/functions.rs | 277 ++++++++++++++++++++-
rust/datafusion/src/physical_plan/mod.rs | 1 +
rust/datafusion/tests/sql.rs | 2 +
6 files changed, 277 insertions(+), 12 deletions(-)