amaliujia commented on a change in pull request #11933:
URL: https://github.com/apache/beam/pull/11933#discussion_r436094165



##########
File path: 
sdks/java/extensions/sql/zetasql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTest.java
##########
@@ -837,7 +834,6 @@ public void testLikeAllowsEscapingBackslash() {
   }
 
   @Test
-  @Ignore("Currently non UTF-8 values are coerced to UTF-8")
   public void testThrowsErrorForNonUTF8() {

Review comment:
       This is a good point. I will choose to remove this test. I tried to dig 
into ZetaSQL's documentation and internal tests suite, there was no clear 
explanation how to deal with nonUTF8 chars by LIKE operator (there is are 
code-generated nonUTF8 test cases, but they don't have clear comments to 
demonstrate their purpose) 
   
   So I will leave this part to be tested by internal test suite.




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


Reply via email to