dylanhz commented on code in PR #25109:
URL: https://github.com/apache/flink/pull/25109#discussion_r1694450013


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/data/binary/BinaryStringDataUtil.java:
##########
@@ -52,6 +52,8 @@ public class BinaryStringDataUtil {
     public static final BinaryStringData TRUE_STRING = fromString("TRUE");
     public static final BinaryStringData FALSE_STRING = fromString("FALSE");
 
+    public static final BinaryStringData SPACE_CHARACTERS_STRING = 
fromString(" \f\n\r\t\u000B");

Review Comment:
   Remove special chars to align with built-in trim function.



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