4paradigm / 4paradigm/OpenMLDB

Support create table like maxcompute

Open
#2,977 1 comment 0 reactions 1 assignee Assigned to @tobegit3hub View on GitHub
batch-engine execute-engine sql
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

We may extend the SQL syntax to support `CREATE TABLE LIKE MaxCompute`.

Contributor guide

Open the contributing guide

Research direction

The issue mentions extending SQL syntax for CREATE TABLE LIKE MaxCompute. Look at the SQL parser and planner in the codebase, likely under src/parser or similar. Find existing CREATE TABLE implementations and understand how MaxCompute compatibility is handled. Determine what 'LIKE MaxCompute' entails—table structure replication, data migration, or metadata integration. Check for any existing tests for CREATE TABLE or MaxCompute features to understand the expected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
backend-api-design, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.