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 a0fccbf886 Move `Covariance` (Sample) `covar` / `covar_samp` to be a 
User Defined Aggregate Function (#10372)
     add 7241bd138f Support limit in StreamingTableExec (#10309)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/stream.rs           |   3 +-
 datafusion/core/src/datasource/streaming.rs        |   4 +-
 .../src/physical_optimizer/projection_pushdown.rs  |   2 +
 .../replace_with_order_preserving_variants.rs      |   1 +
 datafusion/core/src/test/mod.rs                    |   1 +
 datafusion/physical-plan/src/limit.rs              |   4 +-
 datafusion/physical-plan/src/streaming.rs          | 118 ++++++++++++++++++++-
 datafusion/physical-plan/src/test.rs               |  26 +++++
 .../src/windows/bounded_window_agg_exec.rs         |   1 +
 datafusion/physical-plan/src/windows/mod.rs        |   1 +
 datafusion/sqllogictest/test_files/limit.slt       |  42 ++++++++
 11 files changed, 197 insertions(+), 6 deletions(-)


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

Reply via email to