julianhyde commented on code in PR #3474:
URL: https://github.com/apache/calcite/pull/3474#discussion_r1362750967
##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -1792,13 +1792,12 @@ void checkPeriodPredicate(Checker checker) {
expr("cast('foo' as bar)")
.ok("CAST('foo' AS `BAR`)");
}
-
+
@Test void testParsingNonIsoCharacter() {
String sql = "select 'ק' ";
- sql(sql).ok("SELECT u&'\\05e7'");
Review Comment:
why remove this test? The `u&` is valid standard SQL and is still valid
Calcite SQL
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]