CosmosNi commented on code in PR #8724:
URL: https://github.com/apache/seatunnel/pull/8724#discussion_r1972764959


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSourceConfig.java:
##########
@@ -349,12 +347,8 @@ private TableSchema nativeTableSchema() {
                 .column(
                         PhysicalColumn.of(
                                 KEY, PrimitiveByteArrayType.INSTANCE, 0, 
false, null, null))
-                .column(PhysicalColumn.of(OFFSET, BasicType.LONG_TYPE, 0, 
false, null, null))

Review Comment:
   And the check schema on the sink side must include the offset



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to