We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, comment option is ignored when creating a new table.
comment
trino> CREATE TABLE delta_lake.tpch.test (c1 int COMMENT 'foo') COMMENT 'bar'; CREATE TABLE trino> SHOW CREATE TABLE delta_lake.tpch.test; Create Table --------------------------------------------------------------------------------------------------------------------- CREATE TABLE delta_lake.tpch.test ( c1 integer ) WITH ( location = '/var/folders/8s/dkvf18z55lj_9yxhy1n54sph0000gn/T/TrinoTest7021166242159021550/delta_lake/tpch/test', partitioned_by = ARRAY[] ) (1 row)
#12371 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently,
comment
option is ignored when creating a new table.#12371 (comment)
The text was updated successfully, but these errors were encountered: