You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/10 09:38:15 UTC

[GitHub] [flink] StephanEwen commented on issue #8387: [FLINK-11982] [table] File System Connector's support JSON Format and JSON file BatchTableSource

StephanEwen commented on issue #8387: [FLINK-11982] [table] File System Connector's support JSON Format and JSON file BatchTableSource
URL: https://github.com/apache/flink/pull/8387#issuecomment-491227149
 
 
   In this PR, the format "JSON" and the connector "file" are mixed into one aspect.
   
   In the design for sources, we want to keep format and connector separate, so they can be combined (i.e., combine file with Avro, combine Kafka with JSON, etc.).
   The way to support JSON files would be to combine the "file" Connector with the Json Format.
   
   There is also a [flink-json](https://github.com/apache/flink/tree/master/flink-formats/flink-json) module already.
   
   Does that approach currently not work?
   
   @twalthr or @dawidwys Could you share some details here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services