aljoscha commented on issue #7902: [FLINK-11821] fix the error package location of KafkaDeserializationSchemaWrapper.java URL: https://github.com/apache/flink/pull/7902#issuecomment-470064582 I agree, yes. The reason only `KafkaDeserializationSchemaWrapper` is in the correct location is that it was changed as part of https://issues.apache.org/jira/browse/FLINK-8354. `JSONKeyValueDeserializationSchema` should also be in the Kafka package, but not internal, While the wrappers should be in the internal Kafka package. I did not move `JSONKeyValueDeserializationSchema` and `KeyedSerializationSchema` because they are user-facing classes.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
