Github user jkirsch commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/187#discussion_r20007010
--- Diff:
flink-core/src/main/java/org/apache/flink/types/parser/StringParser.java ---
@@ -30,7 +34,14 @@
private static final byte WHITESPACE_TAB = (byte) '\t';
private static final byte QUOTE_DOUBLE = (byte) '"';
-
+
+ private static final Set<Byte> trailingCheckSet = Sets.newHashSet(
--- End diff --
You are right
https://microbenchmarks.appspot.com/runs/b3ab8918-7226-4527-b019-c622a728d144
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---