This is an automated email from the ASF dual-hosted git repository.
jeffreyvo pushed a change to branch
dependabot/cargo/main/wasm-bindgen-test-0.3.53
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 3bb83eb35f Merge branch 'main' into
dependabot/cargo/main/wasm-bindgen-test-0.3.53
add 78d5779c97 chore(deps): bump the proto group with 2 updates (#16806)
add 1629420162 feat(spark): implement Spark `make_interval` function
(#17424)
add 7d1baee86e Merge branch 'main' into
dependabot/cargo/main/wasm-bindgen-test-0.3.53
add d8172fbd23 testing setting WASM_BINDGEN_TEST_TIMEOUT
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 4 +-
Cargo.lock | 114 +++-
datafusion/proto-common/gen/Cargo.toml | 4 +-
datafusion/proto-common/src/generated/prost.rs | 104 ++--
datafusion/proto/gen/Cargo.toml | 4 +-
.../proto/src/generated/datafusion_proto_common.rs | 104 ++--
datafusion/proto/src/generated/prost.rs | 76 +--
datafusion/spark/src/function/datetime/date_sub.rs | 2 +-
.../spark/src/function/datetime/make_interval.rs | 581 +++++++++++++++++++++
datafusion/spark/src/function/datetime/mod.rs | 15 +-
.../test_files/spark/datetime/make_interval.slt | 112 ++++
11 files changed, 945 insertions(+), 175 deletions(-)
create mode 100644 datafusion/spark/src/function/datetime/make_interval.rs
create mode 100644
datafusion/sqllogictest/test_files/spark/datetime/make_interval.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]