issues
search
Canner
/
wren-engine
🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129
stars
34
forks
source link
feat(core): apply the DataFusion optimization rule
#819
Closed
goldmedal
closed
1 month ago
goldmedal
commented
1 month ago
Description
Apply the DataFusion Optimization rule for a better SQL.
Now, the Wren Analzye Rule can be registered to SessionContext and executed by DataFusion directly.
Run the sqllogictests with DataFusion directly.
Modify the building profile. Build release profile only in stable-release flow.
Known Issue
After applying the rules, the calculated field and wren view are broken. I'll address them in another PR.
Description
Known Issue