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

[Improvement] Support more file formats in using clause when create iceberg tables #2927

Closed
caican00 opened this issue Apr 13, 2024 · 0 comments · Fixed by #2931
Closed

[Improvement] Support more file formats in using clause when create iceberg tables #2927

caican00 opened this issue Apr 13, 2024 · 0 comments · Fixed by #2931
Assignees
Labels
improvement Improvements on everything

Comments

@caican00
Copy link
Contributor

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

@caican00 caican00 added the improvement Improvements on everything label Apr 13, 2024
caican00 added a commit to caican00/gravitino that referenced this issue Apr 13, 2024
…le formats in using clause when create iceberg tables
caican00 added a commit to caican00/gravitino that referenced this issue Apr 13, 2024
…le formats in using clause when create iceberg tables
FANNG1 pushed a commit that referenced this issue Apr 15, 2024
…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.
@FANNG1 FANNG1 added this to the Gravitino 0.5.0 milestone Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
2 participants