Clarkkkkk commented 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: [email protected] With regards, Apache Git Services
