apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.08k stars 339 forks source link

[Subtask] Different data table column types are supported depending on the provider #5454

Open LauraXia123 opened 2 weeks ago

LauraXia123 commented 2 weeks ago

Describe the subtask

You can find the docs here: https://gravitino.apache.org/docs/0.6.1-incubating/lakehouse-iceberg-catalog#table-column-types

Parent issue

https://github.com/apache/gravitino/issues/5449

orenccl commented 20 hours ago

Working on this!

orenccl commented 9 hours ago

So, aside from Iceberg, do others (MySQL, PostgreSQL, etc...) use the Gravino type?

And previously, the two subtask didn't support Struct, Map, or List. Do I need to handle these three types?