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

   An example of current output:
   ```
   {
       "old": [
           {
               "id": 8,
               "name": "zhangsan3",
               "age": 30
           }
       ],
       "data": null,
       "type": "DELETE",
       "database": null,
       "table": "flink_penghai_test_yaml_student_copy2",
       "pkNames": [
           "id"
       ],
       "ts": 0
   }
   ```
   
   However, for canal-json, fields in delete record should be written to `data` 
field instead of `old` field.


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

Reply via email to