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-1982] [record-api] Remove dependencies on Record API from flink-runtime tests #1294

Closed
wants to merge 3 commits into from

Conversation

fhueske
Copy link
Contributor

@fhueske fhueske commented Oct 22, 2015

Rename Match_Test to Join_Test

…k-runtime tests

Rename Match*Test to Join*Test
@@ -39,7 +38,7 @@
import org.junit.Test;

@SuppressWarnings("deprecation")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this suppression can be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!
Will check the other classes as well.

@fhueske
Copy link
Contributor Author

fhueske commented Oct 22, 2015

Updated

@@ -38,8 +37,7 @@
import org.junit.Assert;
import org.junit.Test;

@SuppressWarnings("deprecation")
public class MapTaskTest extends DriverTestBase<GenericCollectorMap<Record, Record>> {
public class MapTaskTest extends DriverTestBase<FlatMapFunction<Record, Record>> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit: should probably rename this to FlatMapTaskTest since now it is actually using flatMap function instead?

@fhueske
Copy link
Contributor Author

fhueske commented Oct 23, 2015

Thanks @hsaputra
I renamed the class.

@fhueske
Copy link
Contributor Author

fhueske commented Oct 23, 2015

Will merge this PR

@asfgit asfgit closed this in 3c8a658 Oct 23, 2015
asfgit pushed a commit that referenced this pull request Oct 23, 2015
…k-runtime tests

Rename Match*Test to Join*Test and MapTaskTest to FlatMapTaskTest

This closes #1294
@fhueske fhueske deleted the runtimeTestsRecord branch November 24, 2015 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants