EMsnap commented on code in PR #6173:
URL: https://github.com/apache/inlong/pull/6173#discussion_r998356793
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/MySqlExtractNode.java:
##########
@@ -79,6 +79,8 @@ public class MySqlExtractNode extends ExtractNode implements
Metadata, InlongMet
private ExtractMode extractMode;
@JsonProperty("url")
private String url;
+ @JsonProperty("rowKindsFiltered")
+ private String rowKindsFiltered;
Review Comment:
I guess string would be better since there are multiple kinds
--
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]