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
8.87k stars 1.77k forks source link

External Table Support MaxCompute (ODPS) #32719

Closed ch57113230 closed 5 months ago

ch57113230 commented 1 year ago

Feature request

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Add support for AliCloud ODPS appearance capabilities like jdbc support; for example: CREATE EXTERNAL TABLE example_db.odps_table ( k1 DATE, k2 INT, k3 SMALLINT, k4 VARCHAR(2048), k5 DATETIME ) ENGINE=odps PROPERTIES ( "endpoint" = "xxx", "accessKeyId" = "xxx", "accessKeySecret" = "xxx", "project" = "xxx", "table" = "xxx" )

Describe alternatives you've considered

Additional context

caneGuy commented 1 year ago

We are currently working on implementing this feature.

ch57113230 commented 1 year ago

Thx

github-actions[bot] commented 6 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!