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
I have published a pull request, which removes an if check. Now the code validates that the source column type is Primitive for all transforms including Void: #1285
Following the discussion here: #349 (comment) and the spec, partitions must only produce primitive types.
This is currently not guranteed, neither by deserialization nor for
add_unbound_field
. At least adding avoid
transform can result in complex types.The text was updated successfully, but these errors were encountered: