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
There are some high priority things that I'm waiting for, and I'm curious if they are high priority for the rest of the community. For example it would be nice to get decimal data types (in addition to double that works well enough as a workaround). I think that if users were migrating sample code which used scala decimals, they would run into trouble. It would be a bit of a surprise/discouragement to discover the limited data type support in .Net.
Another thing that would be nice is if I could stop using Group/Apply so often as a workaround for the sake of the vector UDF operations on recordbatch (See #925 ). It makes my code somewhat hard to follow.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can someone share a shorter term roadmap? The roadmap here is a bit outdated:
https://github.com/dotnet/spark/blob/main/ROADMAP.md
There are some high priority things that I'm waiting for, and I'm curious if they are high priority for the rest of the community. For example it would be nice to get decimal data types (in addition to double that works well enough as a workaround). I think that if users were migrating sample code which used scala decimals, they would run into trouble. It would be a bit of a surprise/discouragement to discover the limited data type support in .Net.
Another thing that would be nice is if I could stop using Group/Apply so often as a workaround for the sake of the vector UDF operations on recordbatch (See #925 ). It makes my code somewhat hard to follow.
Beta Was this translation helpful? Give feedback.
All reactions