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
When attempting to pivot on string data, panics occur when an aggregate function is used on string inputs.
Expected behavior
Instead of panicking, raise an exception stating that aggregate functions like max/max are not capable of handling non-numeric data types, or something like that.
Note that somewhere around 0.20.20, aggregate functions worked on strings.
Checks
Reproducible example
Log output
Issue description
When attempting to pivot on string data, panics occur when an aggregate function is used on string inputs.
Expected behavior
Instead of panicking, raise an exception stating that aggregate functions like max/max are not capable of handling non-numeric data types, or something like that.
Note that somewhere around 0.20.20, aggregate functions worked on strings.
Installed versions
The text was updated successfully, but these errors were encountered: