vahmed-hamdy commented on code in PR #18744:
URL: https://github.com/apache/flink/pull/18744#discussion_r1555736329


##########
flink-formats/flink-avro-confluent-registry/src/test/java/org/apache/flink/formats/avro/registry/confluent/debezium/DebeziumAvroFormatFactoryTest.java:
##########
@@ -59,6 +63,8 @@ public class DebeziumAvroFormatFactoryTest extends TestLogger 
{
 
     private static final RowType ROW_TYPE =
             (RowType) SCHEMA.toPhysicalRowDataType().getLogicalType();
+    private static final List<ReadableMetadata> REQUESTED_METADATA =
+            Collections.emptyList(); // 
Arrays.asList(ReadableMetadata.values());

Review Comment:
   Commented Code 



-- 
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]

Reply via email to