4paradigm / 4paradigm/OpenMLDB
Create table from hive may support setting replica and other config
- 主要言語
- C++
- スター
- 1.7k
- フォーク
- 331
- 平均マージ
- 12日 12時間
- マージ済み PR(30日)
- 1
説明
**Describe the feature you'd like**
We have add ```SELECT c1 FROM db1.t2 INTO OUTFILE 'openmldb://db1.t4' OPTIONS (create_if_not_exists=true, mode='append')``` and we may support setting table config in API and cli.
**Additional context**
Add any other context or screenshots about the feature request here.
コントリビューションガイド
調査の方向性
The issue mentions extending the SELECT INTO OUTFILE syntax with OPTIONS for table config like replica settings. Look at the SQL parser and query execution code for the INTO OUTFILE feature, likely in the SQL engine or storage layer. Understand how table configurations are currently set in OpenMLDB, then see where these options can be integrated into the API and CLI. Check existing tests for similar features to understand the expected behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- sql
- 領域
- backend-api-design, databases, machine-learning
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100