You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "choucmei (via GitHub)" <gi...@apache.org> on 2023/05/22 08:18:19 UTC

[GitHub] [seatunnel] choucmei commented on issue #4732: [Bug] [JDBC Connector] JDBC Source lost data,when the data of partition_column is null.

choucmei commented on issue #4732:
URL: https://github.com/apache/seatunnel/issues/4732#issuecomment-1556756998

   >  USing PK or stopping this can be solved, but not graceful. i perfer use 
   `first part
   "SELECT * FROM (%s) tt where %s <= ?" 
   and las part
   "SELECT * FROM (%s) tt where %s >= ?" `
   ,and this solution is similar to FlinkCDC


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org