alamb commented on code in PR #8792:
URL: https://github.com/apache/arrow-datafusion/pull/8792#discussion_r1445298276


##########
datafusion/common/src/error.rs:
##########
@@ -47,56 +47,82 @@ pub type GenericError = Box<dyn Error + Send + Sync>;
 #[derive(Debug)]
 pub enum DataFusionError {
     /// Error returned by arrow.
+    ///
     /// 2nd argument is for optional backtrace
     ArrowError(ArrowError, Option<String>),
-    /// Wraps an error from the Parquet crate
+    /// Error when reading Parquet data.

Review Comment:
   I think you are correct -- it also applies to writing.
   
   ```suggestion
       /// Error when reading / writing Parquet data.
   ```



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