We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 a void transform can result in complex types.
add_unbound_field
void
The text was updated successfully, but these errors were encountered:
Instead of ensuring primitive types only, should we add check in Transform, e.g. check each transform supports targeting type?
Transform
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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: