tuziling edited a comment on issue #3124:
URL: https://github.com/apache/iceberg/issues/3124#issuecomment-921694987


   The code of my checkpoint and sink part looks like this:
   
   env.enableCheckpointing(1000 * 60);
       
    FlinkSink.forRowData(rowData)
                   .tableLoader(tableLoader)
                  // .overwrite(true)
                   .build();
   
   Which country are you from?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to