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/03/11 02:40:26 UTC

[flink] branch master updated (bd18b87 -> 87ebe55)

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 bd18b87  [FLINK-16455][hive] Introduce flink-sql-connector-hive modules to provide hive uber jars
     add 87ebe55  [FLINK-15396][json] Support to ignore parse errors for JSON format

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connect.md                          |   8 +-
 docs/dev/table/connect.zh.md                       |   7 +-
 .../formats/json/JsonRowDeserializationSchema.java | 134 +++++++++++++---
 .../flink/formats/json/JsonRowFormatFactory.java   |   7 +-
 .../org/apache/flink/table/descriptors/Json.java   |  17 ++
 .../flink/table/descriptors/JsonValidator.java     |   7 +
 .../json/JsonRowDeserializationSchemaTest.java     | 177 +++++++++++++++++++++
 .../apache/flink/table/descriptors/JsonTest.java   |  24 ++-
 8 files changed, 353 insertions(+), 28 deletions(-)