GitHub user StephanEwen opened a pull request:
https://github.com/apache/flink/pull/995
[FLINK-2492] [runtime] Rename former 'match' classes to 'join' to reflect
consistent naming scheme
The renamed classes are
- `MatchDriver.java` â `JoinDriver.java`
- `AbstractCachedBuildSideMatchDriver.java` â
`AbstractCachedBuildSideJoinDriver.java`
- `BuildFirstCachedMatchDriver.java` â `BuildFirstCachedJoinDriver.java`
- `BuildSecondCachedMatchDriver.java` â
`BuildSecondCachedJoinDriver.java`
Also corrects comments in the `JoinDriver` class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink match_join_rename
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/995.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #995
----
commit da74896200392b0cbc12aa744151d9cd3943f773
Author: Stephan Ewen <[email protected]>
Date: 2015-08-06T13:18:14Z
[FLINK-2492] [runtime] Rename former 'match' classes to 'join' to reflect
consistent naming scheme.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---