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 2019/10/23 02:55:18 UTC

[flink] branch master updated (6d0a827 -> 5135cea)

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 6d0a827  [hotfix] KeyedBudgetManagerTest extends TestLogger
     add 5135cea  [FLINK-13539][table-api] Improve CSV table factory doesn't need to require format.fields

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connect.md                          |   6 +-
 .../org/apache/flink/table/descriptors/OldCsv.java |  25 +++-
 .../flink/table/descriptors/OldCsvValidator.java   |  17 ++-
 .../flink/table/sinks/CsvTableSinkFactoryBase.java |  16 ++-
 .../table/sources/CsvTableSourceFactoryBase.java   |  23 ++--
 .../table/factories/CsvTableSinkFactoryTest.java   | 135 +++++++++++++++++++++
 6 files changed, 204 insertions(+), 18 deletions(-)
 create mode 100644 flink-table/flink-table-api-java-bridge/src/test/java/org/apache/flink/table/factories/CsvTableSinkFactoryTest.java