4paradigm / 4paradigm/OpenMLDB
Select constant in offline and sync mode will not print result
Open
batch-engine
bug
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description

The reason is that `select 1` will get node data but schema.

Contributor guide
Research direction
The issue is about SELECT constant queries not printing results in offline and sync modes. Examine the query execution path for constant expressions, focusing on how node data vs. schema is handled. Look at the SQL engine code, possibly around result set formatting or execution modes. Check test files for SELECT constant queries to understand expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100