Skip to content

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

Merged
pull[bot] merged 6 commits intocode:masterfrom
cube-js:master
Mar 25, 2026
Merged

[pull] master from cube-js:master#359
pull[bot] merged 6 commits intocode:masterfrom
cube-js:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 25, 2026

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 : )

solarrust and others added 6 commits March 25, 2026 15:36
rebuild_index() was creating index entries for all rows without
checking should_index_row(), causing __null__ entries in the unique
ByExternalId index during migration. This made subsequent QUEUE ADD
without EXTERNAL_ID fail with a unique constraint violation.

Also added should_index_row guard to do_insert's uniqueness check
as defense in depth.
…10554)

It was not passed correctly in our native query orchestrator, that's why this field was missed in response.
This reverts commit 7e1a24f.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.