You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…mats in using clause when create iceberg tables (#2931)
### What changes were proposed in this pull request?
Support more file formats in using clause when create iceberg tables,
such as `using parquet`, `using orc`, `using avro`, `using iceberg`.using other provider will throw an exception.
### Why are the changes needed?
Because Iceberg official supports using parquet/orc/avro/iceberg when
create a new table.
Fix: #2927
### Does this PR introduce _any_ user-facing change?
Yes, users can using `parquet/orc/avro/iceberg` keywork in `using
clause` when create a new table.
### How was this patch tested?
New IT.
What would you like to be improved?
Support more file formats in using clause when create iceberg tables, such as
using parquet
,using orc
,using avro
,using iceberg
How should we improve?
No response
The text was updated successfully, but these errors were encountered: