twalthr commented on a change in pull request #11701: [FLINK-17084][table] 
Implement input type inference and output type strategy for ARRAY/ROW/MAP 
built-in functions
URL: https://github.com/apache/flink/pull/11701#discussion_r408207650
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/inference/InputTypeStrategiesTest.java
 ##########
 @@ -553,5 +609,10 @@ TestSpec expectErrorMessage(String expectedErrorMessage) {
                        this.expectedErrorMessage = expectedErrorMessage;
                        return this;
                }
+
+               @Override
+               public String toString() {
+                       return description != null ? description : "";
 
 Review comment:
   nit: how about we just use the class name of input strategy by default

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


With regards,
Apache Git Services

Reply via email to