You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: compilation of a labeled custom FunctionElement when used in grouping (#1155)
* fix: fix grouped labels using custom functions
If we have a labeled custom function that we are grouping by, and the
function does not support the `default` dialect, we can not compile our
query.
* Update tests/unit/test_compiler.py
---------
Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com>
0 commit comments