Skip to content

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

Merged
pull[bot] merged 6 commits into
code:masterfrom
cube-js:master
Jul 16, 2026
Merged

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

Conversation

@pull

@pull pull Bot commented Jul 16, 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 6 commits July 16, 2026 16:24
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
DuckDBQuery.dateBin() emitted a stray single quote right after the
origin's ::timestamp cast, e.g.

  '2024-01-01T00:00:00.000'::timestamp' + INTERVAL '6 month' * ...

which made DuckDB fail with a parser error for any custom granularity
that uses a non-natural-aligned origin (half_year, two_mo_by_feb, ...).
This affected both the legacy planner and Tesseract, since both render
the bin expression through this method.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…11275)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.