This is an automated email from the ASF dual-hosted git repository.

ozankabak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from f2cdc14896 replace TypeSignature::String with TypeSignature::Coercible 
for trim functions (#14865)
     add ea0686b8ce Window Functions Order Conservation -- Follow-up On Set 
Monotonicity (#14813)

No new revisions were added by this update.

Summary of changes:
 .../tests/physical_optimizer/enforce_sorting.rs    | 1543 +++++++++++++++++---
 .../core/tests/physical_optimizer/test_utils.rs    |   68 +-
 datafusion/physical-expr-common/src/sort_expr.rs   |    5 +
 datafusion/physical-expr/src/equivalence/class.rs  |   43 +-
 .../physical-expr/src/equivalence/ordering.rs      |   78 +
 .../physical-expr/src/equivalence/properties.rs    |   10 +-
 .../src/enforce_sorting/sort_pushdown.rs           |   17 +-
 datafusion/physical-plan/src/windows/mod.rs        |  185 ++-
 8 files changed, 1596 insertions(+), 353 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to