4paradigm / 4paradigm/OpenMLDB

Create table from hive may support setting replica and other config

Open
#3,622 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
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.

Contributor guide

Open the contributing guide

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
backend-api-design, databases, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.