Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/5835
Thanks for opening this PR @DmitryKober!
I had a quick look over the changes and there are a few things that can be
fixed such as:
- reverting all unnecessary changes such as changing import order or white
space changes
- merging all commits into a single commit
- check if the changes to `TupleTypeInfo` are required
- check if we can add this feature without adding a dependency to
`flink-java`
You can update the PR by force pushing into your Github branch.
Thanks, Fabian
---