fengjiajie commented on PR #23478:
URL: https://github.com/apache/flink/pull/23478#issuecomment-1762985221

   @lincoln-lil  Based on the approach you provided, I attempted to write some 
test cases. However, there are two types that are not covered:
   
   1. non comparable types: I don't know how to construct case for this one.
   2. multiset types: The framework throws an error when using a multiset.
      ```
      testSqlApi("f26 = MULTISET['b', 'a', 'b']", "TRUE")
      ```
      got exception:
      ```
      org.opentest4j.AssertionFailedError: Expression is converted into more 
than a Calc operation. Use a different test method. ==> expected: <true> but 
was: <false>
        at 
org.apache.flink.table.planner.expressions.utils.ExpressionTestBase.addTestExpr(ExpressionTestBase.scala:324)
      ```


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

Reply via email to