ljw-hit commented on code in PR #23323: URL: https://github.com/apache/flink/pull/23323#discussion_r1444139332
########## flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/BigPbProtoToRowTest.java: ########## @@ -82,9 +82,52 @@ public void testSimple() throws Exception { .putMapField33("key2", "value2") .build(); + String[][] projectedField = Review Comment: Can you add a UT to verify your logic without modifying the original UT,the comment applies to all UT,WDYT? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org