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
use reader::type_convert() after all the batches are stacked on top of each other. This way, one batch cannot have a different & incompatible data type from another batch as they're combined.
use
reader::type_convert()
after all the batches are stacked on top of each other. This way, one batch cannot have a different & incompatible data type from another batch as they're combined.Conceived during discussion with @ARPeters
The text was updated successfully, but these errors were encountered: