JingsongLi commented on code in PR #184:
URL: https://github.com/apache/flink-table-store/pull/184#discussion_r912003692


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/predicate/PredicateConverter.java:
##########
@@ -117,7 +118,7 @@ public Predicate visit(CallExpression call) {
                     allowQuick = true;
                 } else if (escape != null) {
                     if (escape.length() != 1) {
-                        throw SqlLikeUtils.invalidEscapeCharacter(escape);
+                        throw new RuntimeException("Invalid escape character 
'" + escape + "'");

Review Comment:
   I thought about it, but it was too simple and didn't feel necessary



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

Reply via email to