[ 
https://issues.apache.org/jira/browse/FLINK-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610476#comment-16610476
 ] 

ASF GitHub Bot commented on FLINK-10258:
----------------------------------------

Clarkkkkk removed a comment on issue #6675: [FLINK-10258] [sql-client] Allow 
streaming sources to be present for batch executions
URL: https://github.com/apache/flink/pull/6675#issuecomment-420243230
 
 
   Hi @yanghua, I think this is the problem of CsvTableSource and Sink factory. 
We can resolve this by simply add a SUPPORT_MODE with value "update-mode" in 
CsvValidator and add it into CsvTableSourceFactoryBase and 
CsvTableSinkFactoryBase's supportedProperties method.

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


> Allow streaming sources to be present for batch executions 
> -----------------------------------------------------------
>
>                 Key: FLINK-10258
>                 URL: https://issues.apache.org/jira/browse/FLINK-10258
>             Project: Flink
>          Issue Type: Bug
>          Components: SQL Client
>            Reporter: Timo Walther
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>
> For example, if a filesystem connector with CSV format is defined and an 
> update mode has been set. When switching to {{SET execution.type=batch}} in 
> CLI the connector is not valid anymore and an exception blocks the execution 
> of new SQL statements.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to