nealrichardson commented on a change in pull request #11258:
URL: https://github.com/apache/arrow/pull/11258#discussion_r717548905



##########
File path: cpp/src/arrow/csv/chunker.cc
##########
@@ -116,7 +120,8 @@ class Lexer {
     if (ARROW_PREDICT_FALSE(c == '\n')) {
       goto LineEnd;
     }
-    if (ARROW_PREDICT_FALSE(c == options_.delimiter)) {
+    // treat delimiter as a normal token in quoting is disabled

Review comment:
       ```suggestion
       // treat delimiter as a normal token if quoting is disabled
   ```




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