davidradl commented on code in PR #26437: URL: https://github.com/apache/flink/pull/26437#discussion_r2037400286
########## flink-table/flink-table-api-java-bridge/src/test/java/org/apache/flink/table/factories/DataGenTableSourceFactoryTest.java: ########## @@ -347,6 +352,31 @@ void testVariableLengthDataType() throws Exception { "Custom length '21' for variable-length type (VARCHAR/STRING/VARBINARY/BYTES) field 'f3' should be shorter than '20' defined in the schema."); } + @Test + void testLengthForCollectionType() throws Exception { + DescriptorProperties descriptor = new DescriptorProperties(); Review Comment: Could we have a test that tests the default is working a well, when the length is not explicitly set. -- 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