Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create a clustered table using create table query #373

Open
Bitsy-Chuck opened this issue Dec 11, 2024 · 0 comments
Open

Not able to create a clustered table using create table query #373

Bitsy-Chuck opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Bitsy-Chuck
Copy link

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

@Bitsy-Chuck Bitsy-Chuck added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant