Adam Brown

Results 2 comments of Adam Brown

I'm running into the exact same problem. Queries directly to the sharded tables on workers return results from their partition tables as expected; however, queries to the master node return...

So the issue here is that queries from the master node to the shards include the `ONLY` key word. For example: `SELECT * FROM ONLY shard_table_1234 WHERE partition_key = 1;`...