4paradigm / 4paradigm/OpenMLDB
Test: Test `Create db.table`, `Create Index on db.table`, `Drop db.table` and `Desc db,table`
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
https://github.com/4paradigm/OpenMLDB/issues/977 will support `Create db.table`, `Create Index on db.table`, `Drop db.table` and `Desc db,table`. So we are going to add related tests for the new features once #1173 has been merged.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
The issue references feature #977 and depends on PR #1173 being merged. Look for existing test files for SQL commands like CREATE, DROP, DESC in the test suite. Start by understanding the test framework and the specific syntax for db.table operations. Write tests that verify creating a table with a database prefix, creating an index on it, dropping it, and describing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100