spqr icon indicating copy to clipboard operation
spqr copied to clipboard

Do not use sharding rule for table creation check. Also drop them from unit and regress

Open reshke opened this issue 1 year ago • 2 comments

db1=# create table tt2(id int);
ERROR:  client proccessing error: error processing query 'create table tt2(id int);': create table stmt ignored: no distributions for this relation found, tx status IDLE

reshke avatar Feb 13 '24 13:02 reshke