You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding continuations to BITMAP query, the result only contain some rows.
Steps To Reproduce:
Look at bitmap-aggregate-index.yamsql
Change the test to run under Force Continuations
The test below only return the first row:
query: This
explain: "ISCAN(AGG_INDEX_1 <,>) | MAP (_ AS 0) | AGG (bitmap_construct_agg_l((._0.ID) bitmap_bit_position 10000) AS 0) GROUP BY ((._0.ID) bitmap_bucket_offset 10000 AS 0) | MAP (._1._0 AS BITMAP, _._0._0 AS OFFSET)"
Note: because of the unordered results it is harder to reproduce with adding maxRows. Potentially nullifying the result verification and adding maxRows: 1 can allow the test to first retrieve all results…
The text was updated successfully, but these errors were encountered:
When adding continuations to BITMAP query, the result only contain some rows.
Steps To Reproduce:
Look at bitmap-aggregate-index.yamsql
Change the test to run under Force Continuations
The test below only return the first row:
Note: because of the unordered results it is harder to reproduce with adding maxRows. Potentially nullifying the result verification and adding maxRows: 1 can allow the test to first retrieve all results…
The text was updated successfully, but these errors were encountered: