-
Notifications
You must be signed in to change notification settings - Fork 759
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
feat: iceberg table engine. #13835
feat: iceberg table engine. #13835
Conversation
4babfbd
to
7e578f0
Compare
tests/suites/1_stateful/10_iceberg/10_0002_iceberg_engine.result
Outdated
Show resolved
Hide resolved
another issue: in current impl of this pr. so I now prefer use table options:
acturally the gramma for ending |
in this way, we share the same grammar for options with table fuctions like inferschema |
6c67a18
to
5901f5d
Compare
cc @everpcpc |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
part of #13787
use
table options
create table <name> engine = iceberg location=<location> [connection_name =<connection_name>
]This change is