-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sql): support window (union = (last join)) in online serving mode #3205
feat(sql): support window (union = (last join)) in online serving mode #3205
Conversation
runnable in request(standalone) mode, but fails in request(cluster)
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3205 +/- ##
============================================
- Coverage 79.04% 75.58% -3.46%
- Complexity 0 393 +393
============================================
Files 516 679 +163
Lines 116012 125517 +9505
Branches 0 1180 +1180
============================================
+ Hits 91705 94876 +3171
- Misses 24291 30405 +6114
- Partials 16 236 +220
... and 175 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
TODO further:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
->