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
Following this SO post, the best way forward would be to remove the functionality of grouping on columns of type double (at least those that are really double). Dirk mentions this under the comment to my answer, and I agree.
The other option would be to providing a warning, but there'll be those who'd post that warning and that they don't understand. Removing the functionality is also a cleaner solution since it doesn't really make much sense to group-by on floats. Error-ing with a warning to switch the column to bit64::integer64 makes a lot of sense.
The text was updated successfully, but these errors were encountered:
This is also related to #1642. If this goes away, then ordering can be performed without any rounding, but the issue would be to take care of binary search based subsets, since groups are decided while ordering.
Following this SO post, the best way forward would be to remove the functionality of grouping on columns of type double (at least those that are really double). Dirk mentions this under the comment to my answer, and I agree.
The other option would be to providing a warning, but there'll be those who'd post that warning and that they don't understand. Removing the functionality is also a cleaner solution since it doesn't really make much sense to group-by on floats. Error-ing with a warning to switch the column to
bit64::integer64
makes a lot of sense.The text was updated successfully, but these errors were encountered: