GitHub user DmitryKober opened a pull request:
https://github.com/apache/flink/pull/5862
[FLINK-2435] User-defined types in CsvReader
[FLINK-2435] Provides the capability of specifying user-defined types in
Tuple and Row 'containers' while reading from a csv file
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DmitryKober/flink feature/flink-2435
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5862.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 #5862
----
commit 08d76d493c332f624ffae2f1794542968ce47a62
Author: Dmitrii_Kober <dmitrii_kober@...>
Date: 2018-04-17T16:47:50Z
[FLINK-2435] Provide the capability of specifying user-defined types in
Tuple and Row 'containers' while reading from a csv file
----
---