GitHub user Aegeaner opened a pull request:
https://github.com/apache/flink/pull/5065
[FLINK-8139][table] Check for proper equals() and hashCode() when regâ¦
https://issues.apache.org/jira/browse/FLINK-8139
Check for proper equals() and hashCode() when registering a table.
## Contribution Checklist
## Verifying this change
flink-table unit tests passed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Aegeaner/flink FLINK-8139
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5065.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 #5065
----
commit 41e79898653c656ebca3b4d96bab6f2b4664488d
Author: Aegeaner <[email protected]>
Date: 2017-11-24T08:11:28Z
[FLINK-8139][table] Check for proper equals() and hashCode() when
registering a table
----
---