constant queries are returning number-of-server amount of rows, for example: ``` SELECT 1 ``` returns 3 rows in multi-stage quickstart (3server) and 4 rows in colocated join quickstart (4server) this should be fixed by not dispatching the query out at all.