Github user twalthr commented on the pull request: https://github.com/apache/flink/pull/354#issuecomment-72741911 I looked into your issue. Scala has a very strange behavior at this point. I don't know why it converts `Int` to `Object`. The TypeExtractor gets `Tuple3<Object, Object, String>` which results in an input mismatch exception which is correct. If you take `Integer` instead of `Int` everything works fine. @aljoscha do you have an idea?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---