Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ajay Pal BhullarAjay Pal BhullarReporter
Bingjie MiaoBingjie MiaoIs this a Regression?
UnknownTriage
UntriagedStory Points
0Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ajay Pal Bhullar
Ajay Pal BhullarReporter
Bingjie Miao
Bingjie MiaoIs this a Regression?
Unknown
Triage
Untriaged
Story Points
0
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created April 22, 2023 at 4:32 PM
Updated September 18, 2023 at 2:47 PM
Resolved May 23, 2023 at 8:57 PM
Found by
Due to false positives and Distinct scan rows eliminated
We should apply filter on indexScan or disable covering
Issue
Resolution
Covering FLATTEN_KEYS() on an array index generated incorrect results. This was because a modified version of the ANY clause was applied after the index which meant false positives were retained and Distinct scan rows were eliminated.
The ANY filter is now applied on an index scan itself when covering an index scan with flatten keys.