viirya commented on code in PR #2225:
URL: https://github.com/apache/arrow-rs/pull/2225#discussion_r933479387


##########
arrow/src/array/builder/decimal_builder.rs:
##########
@@ -117,6 +117,18 @@ impl Decimal128Builder {
         self.builder.append_null()
     }
 
+    /// Appends an `Option<T>` into the builder.

Review Comment:
   ```suggestion
       /// Appends an `Option<impl Into<i128>>` into the builder.
   ```



##########
arrow/src/array/builder/decimal_builder.rs:
##########
@@ -219,6 +231,18 @@ impl Decimal256Builder {
         self.builder.append_null()
     }
 
+    /// Appends an `Option<T>` into the builder.

Review Comment:
   ```suggestion
       /// Appends an `Option<&Decimal256>` into the builder.
   ```



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