4paradigm / 4paradigm/OpenMLDB
Spark job is trigger when compiling SQL with offline engine
Open
batch-engine
bug
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
Now it takes much time to compile SQL and the data is processed even if getting output dataframe.
Contributor guide
Research direction
The issue mentions a Spark job being triggered during SQL compilation with the offline engine, causing unnecessary data processing and slow compilation. Look at the SQL compilation path in the offline engine code, likely in the Spark-related modules. Identify where the job is being inadvertently triggered and ensure compilation does not execute data processing. Check existing tests for SQL compilation to verify the fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- spark, sql
- Domain
- databases, machine-learning, performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100