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

Add checks for Flink union when exact types are required. #41

Open
fhueske opened this issue Oct 30, 2015 · 0 comments
Open

Add checks for Flink union when exact types are required. #41

fhueske opened this issue Oct 30, 2015 · 0 comments

Comments

@fhueske
Copy link
Contributor

fhueske commented Oct 30, 2015

If two or more pipes with different tuple schemas (i.e., field types) should be unioned, we have to ensure that the type information of all pipes is identical. This should be done by comparing the types of all fields and unifying them either by adding missing types or removing existing types.

Alternatively we can throw a meaningful exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant