davidradl commented on code in PR #27499:
URL: https://github.com/apache/flink/pull/27499#discussion_r2753612369
##########
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/AvroDeserializationSchema.java:
##########
@@ -96,7 +118,7 @@ public static <T extends SpecificRecord>
AvroDeserializationSchema<T> forSpecifi
*/
public static <T extends SpecificRecord> AvroDeserializationSchema<T>
forSpecific(
Class<T> tClass, AvroEncoding encoding) {
- return new AvroDeserializationSchema<>(tClass, null, encoding);
+ return new AvroDeserializationSchema<>(tClass, null, encoding, false);
Review Comment:
If another thread has set the system property then this false will have no
effect , as we do not force the system property to be false only to true
--
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]