davidradl commented on PR #12: URL: https://github.com/apache/flink-connector-http/pull/12#issuecomment-3718114230
> I am not sure I understand this change. The `DeserializationSchema` interface is exactly the same in [Flink 1.20](https://github.com/apache/flink/blob/release-1.20/flink-core/src/main/java/org/apache/flink/api/common/serialization/DeserializationSchema.java) and the current [master](https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/common/serialization/DeserializationSchema.java), so I do not see what this solves. @ferenc-csaky It is the [https://github.com/apache/flink/blob/fec9336e7d99500aeb9097e441d8da0e6bde5943/flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/AbstractJsonDeserializationSchema.java#L115](https://github.com/apache/flink/blob/fec9336e7d99500aeb9097e441d8da0e6bde5943/flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/AbstractJsonDeserializationSchema.java#L115) that is deprecated - I should have mentioned this class by name for clarity. You can see that at version 2 the deprecated method does not continue to work, as you might expect, it throws an Exception. -- 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]
