This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from c51b432089 Add support for utf8view to nvl function (#13382)
add d840e987cd fix: serialize user-defined window functions to proto
(#13421)
No new revisions were added by this update.
Summary of changes:
datafusion/physical-plan/src/windows/mod.rs | 8 +-
datafusion/proto/proto/datafusion.proto | 1 +
datafusion/proto/src/generated/pbjson.rs | 13 ++
datafusion/proto/src/generated/prost.rs | 4 +-
datafusion/proto/src/physical_plan/from_proto.rs | 6 +
datafusion/proto/src/physical_plan/mod.rs | 10 +-
datafusion/proto/src/physical_plan/to_proto.rs | 25 +++-
datafusion/proto/tests/cases/mod.rs | 60 +++++++-
.../proto/tests/cases/roundtrip_physical_plan.rs | 160 ++++++++++++++++++++-
9 files changed, 272 insertions(+), 15 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]