GitHub user ramkrish86 opened a pull request:
https://github.com/apache/flink/pull/1823
[FLINK-3631] CodeGenerator does not check type compatibility for equaâ¦
Adds a check on the CodeGenerator.scala code which does a check on the left
and right operands so that all the comparison expressions can work now.
(=,!=,>,<)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ramkrish86/flink FLINK-3631
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1823.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 #1823
----
commit d107f4825d40998b9e40a5270b8df48dd48b8eb2
Author: ramkrishna <[email protected]>
Date: 2016-03-21T16:33:42Z
[FLINK-3631] CodeGenerator does not check type compatibility for equality
expressions
----
---
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.
---