-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Disallow creation of invalid PartitionSpec #12870
New issue
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
Labels
improvement
PR that improves existing functionality
Comments
I'm not sure if this would be considered a new feature, or a bug. |
@devinrsmith I think this is a bug, and would be good to get fixed to disallow invalid specs :) Are you interested in providing a fix? |
I should be able to provide a PR for this, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
The specification says in relationship to partitioning:
The java implementation provides the necessary safety checks around the "primitive type" part of this statement, but does not provide safety checks for the "contained in a map or list" part.
I've got a branch with changes to TestPartitionSpecValidation.java that further demonstrates the current behavior.
Query engine
None
Willingness to contribute
The text was updated successfully, but these errors were encountered: