WenDing-Y commented on code in PR #9376:
URL: https://github.com/apache/seatunnel/pull/9376#discussion_r2113933508
##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/serialize/DefaultSeaTunnelRowSerializer.java:
##########
@@ -100,7 +100,7 @@ public static DefaultSeaTunnelRowSerializer create(
ReadonlyConfig pluginConfig) {
return new DefaultSeaTunnelRowSerializer(
topicExtractor(topic, rowType, format),
- partitionExtractor(null),
+ partitionNativeExtractor(rowType),
Review Comment:
the all method in DefaultSeaTunnelRowSerializer,only remove new
DefaultSeaTunnelRowSerializer () not work
```java
topicExtractor(topic, rowType, format),
partitionNativeExtractor(rowType),
timestampExtractor(rowType),
keyExtractor(null, rowType, format, null, null),
valueExtractor(rowType, format, delimiter, pluginConfig),
headersExtractor()
```
--
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]