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

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

Github user haohui commented on the issue:

    https://github.com/apache/flink/pull/3712
  
    It is important to have some flexibility on the query as different SQL 
engines have slightly different syntax on DML.
    
    For example, SQLite supports INSERT OVERWRITE where MySQL supports REPLACE 
INTO to upsert records with unique keys.
    
    I like the APIs you proposed, do you think it addresses your concerns if it 
forwards the parameters to JDbCOutputFormat and construct it internally?


> Create TableSink for JDBC
> -------------------------
>
>                 Key: FLINK-6281
>                 URL: https://issues.apache.org/jira/browse/FLINK-6281
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> It would be nice to integrate the table APIs with the JDBC connectors so that 
> the rows in the tables can be directly pushed into JDBC.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to