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-datafusion.git
from e1f866e99 Add optimizer test for simplifying predicates on timestamps
(#3939)
add 9595b8d60 Add serde for plans with tables from `TableProviderFactory`s
(#3907)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/datasource/datasource.rs | 4 +-
datafusion/core/src/execution/context.rs | 7 +-
datafusion/core/src/test_util.rs | 60 ++++++++++-
datafusion/core/tests/sql/create_drop.rs | 45 +--------
datafusion/proto/Cargo.toml | 1 +
datafusion/proto/README.md | 2 +-
datafusion/proto/examples/plan_serde.rs | 2 +-
datafusion/proto/proto/datafusion.proto | 10 ++
datafusion/proto/src/bytes/mod.rs | 47 +++++++--
datafusion/proto/src/lib.rs | 138 +++++++++++++++++++++++--
datafusion/proto/src/logical_plan.rs | 145 +++++++++++++++++++++++----
11 files changed, 372 insertions(+), 89 deletions(-)