Tomer Verona
Results
3
comments of
Tomer Verona
Sorry about that! I think I fixed it in v0.11.1. Can you try it?
I updated the assets - can you try again?
Note: We support creating individual partitions as colocated or non-colocated via CREATE + ATTACH: ``` -- Create partitioned table CREATE TABLE t (col int) PARTITION BY LIST (col); -- Create...