You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: