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
One option is to force ToArrow trait on ArconType. But this would mean limiting what data can be sent through the dataflow. Instead the better option I think is to enforce ToArrow on state indexes as this is where it will be used.
Related to #210.
One option is to force
ToArrow
trait onArconType
. But this would mean limiting what data can be sent through the dataflow. Instead the better option I think is to enforceToArrow
on state indexes as this is where it will be used.The text was updated successfully, but these errors were encountered: