sanjibansg commented on code in PR #14445:
URL: https://github.com/apache/arrow/pull/14445#discussion_r1000587936


##########
cpp/src/arrow/csv/parser.h:
##########
@@ -121,6 +121,7 @@ class ARROW_EXPORT DataBatch {
     }
     // Use return_if so that when extra context is enabled it will be added
     ARROW_RETURN_IF_(true, std::move(status), ARROW_STRINGIFY(status));
+    return Status::UnknownError("Unknown error while decorating with row 
number.");

Review Comment:
   Yes, correct, made the change. Thanks!



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