zoudan commented on a change in pull request #12542:
URL: https://github.com/apache/flink/pull/12542#discussion_r438563071
##########
File path:
flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/data/DataStructureConvertersTest.java
##########
@@ -373,6 +375,20 @@ public void testConversions() {
}
}
+ @Test
+ public void TestObjectArrayConverter() {
Review comment:
I get your point. The test spec in DataStructureConvertersTest may not
be suitable for this case as we need two different values to be converted.
There are two ways to handle this: 1. Add a new test class for this test. 2.
Add another value in TestSpec. Any suggestion?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]