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

FLINK-944 Changed serialization logic of CollectionInputFormat to use TypeSerializer #25

Closed
wants to merge 1 commit into from

Conversation

tillrohrmann
Copy link
Contributor

The CollectionInputFormat did not support collection elements which didn't implement the Serializable interface. By using the TypeSerializer generated from the TypeInformation, we can circumvent this problem. This allows to use arbitrary classes in a collection data source.

…llection entries. This allows to use objects not implementing the Serializable interface as collection elements.
@StephanEwen
Copy link
Contributor

Looks good, will merge...

@asfgit asfgit closed this in 5fa5e50 Jun 18, 2014
uce pushed a commit to uce/flink that referenced this pull request Jun 21, 2014
vasia added a commit to vasia/flink that referenced this pull request Jan 16, 2015
replaces tuples with vertex and edge classes
vasia added a commit to vasia/flink that referenced this pull request Jan 22, 2015
replaces tuples with vertex and edge classes
@tillrohrmann tillrohrmann deleted the FLINK-944 branch June 2, 2015 11:29
tillrohrmann referenced this pull request in tillrohrmann/flink Sep 27, 2018
Use openjdk:8-jre as the default base image for debian (instead of -slim)
tillrohrmann referenced this pull request in tillrohrmann/flink Sep 27, 2018
Since we switched back to the non-slim openjdk image (see #25) these
packages are already installed.
uce pushed a commit to uce/flink that referenced this pull request Aug 26, 2020
tzulitai added a commit to tzulitai/flink that referenced this pull request Jan 15, 2021
HuangZhenQiu pushed a commit to HuangZhenQiu/flink that referenced this pull request Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants