mirror of https://github.com/citusdata/citus.git
fix reference table
parent
15c427e942
commit
23db7f0f7f
|
@ -19,7 +19,7 @@ WHERE
|
||||||
logicalrelid = 'reference_table_test'::regclass;
|
logicalrelid = 'reference_table_test'::regclass;
|
||||||
partmethod | partkeyisnull | colocationid | repmodel
|
partmethod | partkeyisnull | colocationid | repmodel
|
||||||
------------+---------------+--------------+----------
|
------------+---------------+--------------+----------
|
||||||
n | t | 3 | t
|
n | t | 1 | t
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
-- now see that shard min/max values are NULL
|
-- now see that shard min/max values are NULL
|
||||||
|
|
Loading…
Reference in New Issue