davidradl commented on code in PR #27591:
URL: https://github.com/apache/flink/pull/27591#discussion_r2797869280
##########
flink-formats/flink-avro-confluent-registry/src/main/java/org/apache/flink/formats/avro/registry/confluent/RegistryAvroFormatFactory.java:
##########
@@ -100,10 +100,14 @@ public DeserializationSchema<RowData>
createRuntimeDecoder(
int[][] projections) {
producedDataType =
Projection.of(projections).project(producedDataType);
final RowType rowType = (RowType)
producedDataType.getLogicalType();
+ // When no explicit schema is provided, pass null so that the
Review Comment:
Would it be possible to put some of the tables mentioned in Jira as test
cases to make sure they work and making it explicit under what circumstances
this fix is required. For example does this effect sink cases as well as join
cases?
--
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]