-
Notifications
You must be signed in to change notification settings - Fork 736
Closed
Description
--- /__w/citus/citus/src/test/regress/expected/columnar_indexes.out.modified 2025-10-17 11:45:49.598131219 +0000
+++ /__w/citus/citus/src/test/regress/results/columnar_indexes.out.modified 2025-10-17 11:45:49.615131158 +0000
@@ -174,21 +174,21 @@
----------
t
(1 row)
-- can't use index scan due to partial index boundaries
EXPLAIN (COSTS OFF) SELECT b FROM columnar_table WHERE b = 30000;
QUERY PLAN
----------------------------
Seq Scan on columnar_table
Filter: (b = 30000)
-(2 rows)
+(3 rows)