The Wayback Machine - https://web.archive.org/web/20211016054214/https://github.com/trinodb/trino/issues/9094
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

CREATE TABLE should reject if user chooses to bucketed on unsupported column type #9094

Open
Praveen2112 opened this issue Sep 2, 2021 · 3 comments

Comments

@Praveen2112
Copy link
Member

@Praveen2112 Praveen2112 commented Sep 2, 2021

No description provided.

@subkanthi
Copy link

@subkanthi subkanthi commented Sep 3, 2021

Im fairly new to Trino, this might be a good one to start with, I guess the logic has to be added in CreateTableTask. java in InternalExecute function.

ListenableFuture internalExecute(CreateTable statement, Metadata metadata, AccessControl accessControl, Session session, List parameters, Consumer outputConsumer)

@rnzucker
Copy link

@rnzucker rnzucker commented Sep 5, 2021

Since the status is open, not assigned, can others still work on this?

@Praveen2112
Copy link
Member Author

@Praveen2112 Praveen2112 commented Sep 6, 2021

I guess the logic has to be added in CreateTableTask. java in InternalExecute function.

Not exactly, it could go inside HiveMetadata#validateBucketColumns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants