This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 073174b034 feat: Show the number of matched Parquet pages in
`DataSourceExec` (#19977)
add 8653851f57 feat(spark): Add `SessionStateBuilderSpark` to
datafusion-spark (#19865)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
datafusion/spark/Cargo.toml | 8 ++
datafusion/spark/src/lib.rs | 21 ++++++
datafusion/spark/src/session_state.rs | 111 ++++++++++++++++++++++++++++
datafusion/sqllogictest/Cargo.toml | 2 +-
datafusion/sqllogictest/src/test_context.rs | 16 ++--
6 files changed, 147 insertions(+), 12 deletions(-)
create mode 100644 datafusion/spark/src/session_state.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]