Skip to content

[pull] master from cube-js:master#559

Merged
pull[bot] merged 3 commits into
code:masterfrom
cube-js:master
Jun 25, 2026
Merged

[pull] master from cube-js:master#559
pull[bot] merged 3 commits into
code:masterfrom
cube-js:master

Conversation

@pull

@pull pull Bot commented Jun 25, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ovr and others added 3 commits June 25, 2026 11:13
…1160)

A rolling-window pre-aggregation joins a generated time-series with the
rollup table on an inequality (and, under Tesseract, scalar window-bound
subqueries), which lowers to a join with an empty equi-join `on`. The empty
`on` propagates as an empty `sort_on` to the index scan, which then builds a
SortPreservingMergeExec with no sort expressions. Under DataFusion 46 such a
merge errors at execution with "Sort expressions cannot be empty for streaming
merge" once a worker has more than one partition to merge.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.