Skip to content

[SQL] Advance Calcite version#6532

Merged
mihaibudiu merged 2 commits into
feldera:mainfrom
mihaibudiu:calcite
Jun 24, 2026
Merged

[SQL] Advance Calcite version#6532
mihaibudiu merged 2 commits into
feldera:mainfrom
mihaibudiu:calcite

Conversation

@mihaibudiu

Copy link
Copy Markdown
Contributor

Fixes #6531

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
@mihaibudiu
mihaibudiu enabled auto-merge June 24, 2026 06:23
@mihaibudiu
mihaibudiu added this pull request to the merge queue Jun 24, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 24, 2026

@mythical-fred mythical-fred left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One-line bump of CALCITE_NEXT_COMMIT to pick up the upstream fix for CALCITE-7619 (referenced from #6531). No risk on the Feldera side — CALCITE_NEXT is the prep pointer for the next Calcite import, not the active version. CI green.

…R BY ALL

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
@mihaibudiu
mihaibudiu enabled auto-merge June 24, 2026 15:54
@mihaibudiu
mihaibudiu added this pull request to the merge queue Jun 24, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 24, 2026
@mihaibudiu
mihaibudiu added this pull request to the merge queue Jun 24, 2026

@mythical-fred mythical-fred left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs commit looks correct.

  • GROUP BY ALL paragraph matches the Calcite semantics ("group by every expression in the SELECT clause that is not an aggregate function"); the worked example is right.
  • DISTINCT ON description correctly notes the ORDER BY prefix constraint.
  • ORDER BY ALL paragraph is accurate; the trailing-modifier note is a nice touch.
  • One small prose nit (non-blocking): "When using DISTINCT ON, the expressions in the DISTINCT ON clause must match a prefix of the ORDER BY clause." — would read more naturally as "the ORDER BY clause must start with the DISTINCT ON expressions". The current wording is technically right but inverts the agent of the constraint.
  • includeDistinctOn: true in config.fmpp is the obvious enablement flag.

Prior APPROVE stands.

Merged via the queue into feldera:main with commit 7a89f37 Jun 24, 2026
1 check passed
@mihaibudiu
mihaibudiu deleted the calcite branch June 24, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SQL] IS_FALSE/IS_TRUE is incorrectly optimized causing runtime crashes

3 participants