4paradigm / 4paradigm/OpenMLDB
Create table from hive may support setting replica and other config
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
**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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- sql
- Domaine
- backend-api-design, databases, machine-learning
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100