DanielCarter-stack commented on issue #10421:
URL: https://github.com/apache/seatunnel/issues/10421#issuecomment-3831147489

   <!-- code-pr-reviewer -->
   Thank you for the report. Based on the current dev branch codebase, I cannot 
locate a transform named `DeleteRowKindExtractor`. 
   
   The existing `RowKindExtractorTransform` 
(seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/rowkind/) 
only outputs STRING type and does not have a `custom_field_value` configuration 
option.
   
   Additionally, the SeaTunnel Options API 
(seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/Options.java)
 supports `Map<String, String>` and `Map<String, Object>`, but not `Map<String, 
Integer>`.
   
   Could you please clarify:
   1. Is `DeleteRowKindExtractor` a custom transform?
   2. Which SeaTunnel version are you using?
   3. Could you share the complete transform configuration?


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