You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/02/13 13:36:48 UTC

[flink] branch master updated (244d2db -> 06c645e)

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

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


    from 244d2db  [hotfix][web][build] Cleanup dependencies
     add 06c645e  [FLINK-15402][csv, table] Expose disable quote character option to CSV format

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connect.md                          | 46 +++++++++--------
 docs/dev/table/connect.zh.md                       | 40 ++++++++-------
 .../flink/formats/csv/CsvRowFormatFactory.java     |  8 ++-
 .../formats/csv/CsvRowSerializationSchema.java     |  5 ++
 .../org/apache/flink/table/descriptors/Csv.java    |  9 ++++
 .../flink/table/descriptors/CsvValidator.java      | 11 +++++
 .../csv/CsvRowDeSerializationSchemaTest.java       | 12 +++++
 .../flink/formats/csv/CsvRowFormatFactoryTest.java | 57 ++++++++++++++++++++++
 8 files changed, 149 insertions(+), 39 deletions(-)