StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.15k stars 1.82k forks source link

Create Delta Tables in Metastore #31130

Closed andreyolv closed 4 months ago

andreyolv commented 1 year ago

Feature request

Is your feature request related to a problem? Please describe. I have tables in delta format in the azure data lake gen2, but I don't use metastore. And it is not possible to create a delta table in the metastore using StarRocks, only read existing ones.

Describe the solution you'd like Create tables by StarRocks in the metastore pointing to an azure data lake gen2 path where the format is in delta.

Describe alternatives you've considered Use trino because it allows this feature.

Additional context I believe it is an important feature for those who want to query in delta but there is no metastore.

alberttwong commented 11 months ago

I would suggest that you only use StarRocks as a query (read) engine and let another application/library write the data.

github-actions[bot] commented 5 months ago

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!