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

Disable POJO types #93

Closed
wants to merge 5 commits into from
Closed

Disable POJO types #93

wants to merge 5 commits into from

Conversation

uce
Copy link
Contributor

@uce uce commented Aug 8, 2014

@StephanEwen, @aljoscha: Can someone please confirm that this is the place to disable the POJO types?

There are various issues when working with POJOs in the Java API, for example [1].

[1] https://mail-archives.apache.org/mod_mbox/incubator-flink-dev/201407.mbox/%3C53D96049.1060509%40cse.uta.edu%3E

uce added 5 commits August 8, 2014 11:20
There are various issues when working with POJOs in the Java API, for
example [1].

[1] https://mail-archives.apache.org/mod_mbox/incubator-flink-dev/201407.mbox/%3C53D96049.1060509%40cse.uta.edu%3E
PackagedProgramEndToEndITCase used a KMeans variant, which relies on
expression keys to select the field to group on. This commit replaces
this with a key selector.
Disables WordCountPOJOITCase, which executes the WordCountPOJO example.
The example code is still included with the source code (with notice
that it is currently not working), but will *not* be packaged as a JAR
anymore.
@aljoscha
Copy link
Contributor

aljoscha commented Aug 8, 2014

Yes, this should disable it completely.

@uce
Copy link
Contributor Author

uce commented Aug 8, 2014

OK. Travis does not produce any problems any more as well.

I will wait for the last Travis VMs to finish and then will merge it.

@asfgit asfgit closed this in 1637cb1 Aug 8, 2014
asfgit pushed a commit that referenced this pull request Aug 8, 2014
There are various issues when working with POJOs in the Java API, for
example [1].

This commit squashes the following commmits:

1. Disable tests, which depend on POJO types

2. Replace expression keys with key selector in test

3. PackagedProgramEndToEndITCase used a KMeans variant, which relies on
expression keys to select the field to group on. This commit replaces
this with a key selector.

4. Disable WordCountPOJO test case and package

5. Disables WordCountPOJOITCase, which executes the WordCountPOJO example.
The example code is still included with the source code (with notice
that it is currently not working), but will *not* be packaged as a JAR
anymore.

6. Disable tests, which depend on POJO types (continued)

[1] https://mail-archives.apache.org/mod_mbox/incubator-flink-dev/201407.mbox/%3C53D96049.1060509%40cse.uta.edu%3E

This closes #93.
@StephanEwen
Copy link
Contributor

I think it would be a good idea to comment out the expression key methods.

@uce
Copy link
Contributor Author

uce commented Aug 8, 2014

I agree. I didn't think of this 😮

@uce
Copy link
Contributor Author

uce commented Aug 8, 2014

Fixed in b63beba.

@uce uce deleted the disable_pojo_types branch December 18, 2014 00:00
tzulitai pushed a commit to tzulitai/flink that referenced this pull request Jan 15, 2021
stgztsw pushed a commit to stgztsw/flink that referenced this pull request Apr 12, 2022
change the logic of getting orc column count in DFSUtil.java
jnh5y added a commit to jnh5y/flink that referenced this pull request Dec 18, 2023
* [SQL-1035] Couple SQL Service tasks with Flink version

* Fixing checkstyle.

---------

Co-authored-by: Jim Hughes <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants