You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/17 11:14:12 UTC

[GitHub] [flink] wuchong commented on a change in pull request #11108: [FLINK-16113][table-planner-blink] ExpressionReducer shouldn't escape the reduced string value

wuchong commented on a change in pull request #11108: [FLINK-16113][table-planner-blink] ExpressionReducer shouldn't escape the reduced string value
URL: https://github.com/apache/flink/pull/11108#discussion_r380092330
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/CalcITCase.scala
 ##########
 @@ -284,4 +284,21 @@ class CalcITCase extends StreamingTestBase {
       assertEquals(expected, result)
     )
   }
+
+  @Test
+  def testFilterOnNonAsciiLiteral(): Unit = {
 
 Review comment:
   I think it's fine to remove it. Will do that. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services