Closed Seaven closed 2 weeks ago
We would very much like struct support for views on top of Iceberg tables.
Also looking forward for these along with Views support
Hey guys, When we can expect supporting struct/map types in stream load? Is there an estimate for that?
Hi guys, any update on the "Support load Struct/Map types: Data source format (CSV)"?
Any tips if I would love to work on "Support load Struct/Map types: Data source format (CSV)"? Could you guys shed some light on the entry class?
@ever4Kenny Currently, we want to support loading Struct data thourgh JSON format first. (Its' similar for CSV) The rough idea is that:
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Backgroud
At present, starrocks already supports static Struct/Map types in the external table, and can query external tables (hive/parquet/....) through related expressions. Some user will load the external data into starrocks, but starrocks has not supported the storage and import process of Struct/Map in the OLAP table.
Target
Currently supported
Phase 1.
Internal tables support DDL operations on static Struct/Map type columns
Support load Struct/Map types
Optimize Struct/Map query performance
Phase 2.
Internal tables support DDL operations on static Struct/Map type columns
Support load Struct/Map types
Support querying Struct/Map and related expressions
Optimize Struct/Map query performance
other