bigquery-emulator
bigquery-emulator copied to clipboard
Not able to create a clustered table using create table query
What happened?
when using the following create query i am getting the following error
create table if not exists `test-project.test-dataset.test-table`( col1 STRING,col2 STRING,col3 INT64) cluster by col1;
I want to create a table with clustering key
What did you expect to happen?
Table should be created by clustering key
How can we reproduce it (as minimally and precisely as possible)?
➜ ~ bq '--api=http://0.0.0.0:55487' -project_id=test-project query "create table if not exists test-dataset.linked_user_store_scylla( linked_ucid STRING,ucid STRING,ts INT64) cluster by ucid;"
Anything else we need to know?
No response
Hello, any update here please?
Hi, interested by a fix as well, CLUSTER BY seem to be an issue