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
Currently the coalesce kernel treats NaN as a non-null value. Consider adding a boolean option to this kernel that could be used to make it treat NaN values the same as null values. This would allow the code added in ARROW-13201 to be much simplified.
Currently the
coalesce
kernel treatsNaN
as a non-null value. Consider adding a boolean option to this kernel that could be used to make it treatNaN
values the same as null values. This would allow the code added in ARROW-13201 to be much simplified.Reporter: Ian Cook / @ianmcook
Related issues:
Note: This issue was originally created as ARROW-13389. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: