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

Why the create table syntax is inconsistent with trino #348

Open
china-shang opened this issue May 9, 2022 · 0 comments
Open

Why the create table syntax is inconsistent with trino #348

china-shang opened this issue May 9, 2022 · 0 comments

Comments

@china-shang
Copy link

china-shang commented May 9, 2022

this is trino

create table hive.default.page2 (id int, name varchar) WITH (format = 'PARQUET', external_location='oss://bucket/test');

this is openlookeng

create table hive.default.page2 (id int, name varchar) WITH (format = 'PARQUET', 
external=true,location='oss://bucket/test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant