Skip to content

branch-4.1: [fix](query-cache) include variant subcolumn path in query cache digest #61709#61719

Open
github-actions[bot] wants to merge 1 commit intobranch-4.1from
auto-pick-61709-branch-4.1
Open

branch-4.1: [fix](query-cache) include variant subcolumn path in query cache digest #61709#61719
github-actions[bot] wants to merge 1 commit intobranch-4.1from
auto-pick-61709-branch-4.1

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #61709

…st (#61709)

Different variant subcolumn queries (e.g. data['int_1'] vs
data['int_nested']) were generating the same cache digest because
normalizeSelectColumns() only used the base column name. This caused
query cache to return wrong results when different subcolumns of the
same variant column were queried.

Fix: include the variant subcolumn path in the normalized select column
name so that different subcolumns produce different cache digests.
@github-actions github-actions bot requested a review from yiguolei as a code owner March 25, 2026 08:58
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.

1 participant