4paradigm / 4paradigm/OpenMLDB
Create table from hive may support setting replica and other config
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 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