You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/21 15:16:05 UTC

[GitHub] [arrow] n3world commented on a change in pull request #10752: ARROW-13391: Correct row number and add column number to error messages

n3world commented on a change in pull request #10752:
URL: https://github.com/apache/arrow/pull/10752#discussion_r674068690



##########
File path: cpp/src/arrow/csv/column_decoder.cc
##########
@@ -52,10 +51,12 @@ class ConcreteColumnDecoder : public ColumnDecoder {
   // XXX useful?
   virtual std::shared_ptr<DataType> type() const = 0;
 
-  Status WrapConversionError(const Status& st) {
-    if (st.ok()) {
-      return st;
+  inline Result<std::shared_ptr<Array>> WrapConversionError(

Review comment:
       Removed




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org