feat(datafusion): Support CREATE TABLE for DataFusion#1972
feat(datafusion): Support CREATE TABLE for DataFusion#1972liurenjie1024 merged 10 commits intoapache:mainfrom
CREATE TABLE for DataFusion#1972Conversation
liurenjie1024
left a comment
There was a problem hiding this comment.
Thanks @CTTY for this pr, I think we also should create a tracking issue for create external table?
Yes, I think we currently have My current thought: we will need to introduce some new catalog props and pass them to I haven't thought quite thoroughly yet, and will create a tracking issue later, we can move the discussion there |
|
Created an issue to track create external table: #2021 |
liurenjie1024
left a comment
There was a problem hiding this comment.
Thanks @CTTY for this fix!
Which issue does this PR close?
What changes are included in this PR?
register_tableinIcebergSchemaProvidercreate_table.sltNote: This does NOT cover the syntax
CREATE TABLE ... AS VALUESAre these changes tested?
Yes