liaorui opened a new issue, #7539:
URL: https://github.com/apache/inlong/issues/7539

   ### What happened
   
   Source cdc connectors like mysql and postgres,  pack operation type 
(INSERT、DELETE and UPDATE) into GenericRowData. StarRocks connector is using 
the RowKind of GenericRowData. This row kind is always INSERT.
   
   ### What you expected to happen
   
   StarRocks connector should parse this type from RowData, not use RowKind of 
GenericRowData.
   
   ### How to reproduce
   
   cdc-base module's class `AppendMetadataCollector` FROM `master` branch is 
always generate a GenericRowData with INSERT row kind.
   
   Just run the `AllMigratePostgreSQLTest` JUnit test class, it will reproduce 
this problem.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Sort
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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