Skip to content
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

Range annotations - support unordered data types (UDTs) #2

Open
lordpretzel opened this issue Mar 10, 2020 · 0 comments
Open

Range annotations - support unordered data types (UDTs) #2

lordpretzel opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lordpretzel
Copy link
Collaborator

In Spark any object can be used as column type. While the build-in column types have ordered domains and thus can be bounded through ranges, this is not the case for some arbitrary UDTs. We should fall back to boolean attribute-level annotations for such data types. This requires changes to CaveatRangeExpression to deal with both types as well as code that assumes to know the structure of annotations as in CaveatRangePlan and CaveatRangeEncoding.

@lordpretzel lordpretzel added the enhancement New feature or request label Mar 10, 2020
@lordpretzel lordpretzel self-assigned this Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant