You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/09/22 03:50:24 UTC

[flink] branch master updated (2da55b8 -> 83795aa)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 2da55b8  [hotfix][runtime] Remove commented-out annotation in SourceOperator
     add 83795aa  [FLINK-19244][csv] Fix CSV format can't deserialize null ROW field

No new revisions were added by this update.

Summary of changes:
 .../csv/CsvRowDataDeserializationSchema.java       |  6 ++-
 .../formats/csv/CsvRowDeserializationSchema.java   |  6 ++-
 .../formats/csv/CsvRowDataSerDeSchemaTest.java     | 43 ++++++++++++++++++++++
 .../csv/CsvRowDeSerializationSchemaTest.java       | 34 +++++++++++++++++
 4 files changed, 87 insertions(+), 2 deletions(-)