EMsnap commented on code in PR #10393:
URL: https://github.com/apache/inlong/pull/10393#discussion_r1636023441
##########
inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/DynamicKafkaDeserializationSchema.java:
##########
@@ -44,6 +44,8 @@
* */
class DynamicKafkaDeserializationSchema implements
KafkaDeserializationSchema<RowData> {
+ private static final int METADATA_CONSUME_TIME_INDEX = 0;
Review Comment:
consume_time_index may not be 0
--
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]