SML0127 opened a new pull request, #3148:
URL: https://github.com/apache/flink-cdc/pull/3148

   Implemented functino to check `binlog_row_value_optoins` within 
MySqlValidator.
   
   When `binlog_row_value_optoins` is set to `PARTIAL_JSON`,  
   the update operator remains as `Update_rows_partial`.
   
   Flink CDC does not parse this event because `Update_row_partial` binlog 
event is mapped to `PARTIAL_UPDATE_ROWS_EVENT` and Flink CDC do not handle that 
event type
   
   So, we have to check `binlog_row_value_optoins` before starting.


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to