CosmosNi commented on code in PR #8724: URL: https://github.com/apache/seatunnel/pull/8724#discussion_r1972758464
########## 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: Native writing seem does not require this value.If need to keep it? -- 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