-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Replace filter on aggregates with CASE, closes #2235 #2832
Conversation
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
there is probably a better way to do it, but I'm not really familiar with the codebase |
f0a1496
to
bb2133d
Compare
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
1 similar comment
Incompatible changesslick5 changes since 3.5.0-pre.88.a189ac54 Code changes
|
Incompatible changesslick5 changes since 3.5.0-pre.92.fd46cbbf Code changes
|
No one is, and it looks like well-written code, but can you explain better what this PR does? (Edit the description) |
Since the PR links are part of the generated GitHub release notes, I consider descriptions of important PRs to be an important form of documentation |
@nafg done |
Thanks! |
Incompatible changesslick5 changes since 3.5.0-pre.104.a5dd96f7 Code changes
|
Fix a case when filtered aggregate produces runtime exception by interpreting it with CASE expressions.
Closes #2235