kou commented on a change in pull request #12529:
URL: https://github.com/apache/arrow/pull/12529#discussion_r821321192
##########
File path: ruby/red-arrow/ext/arrow/converters.hpp
##########
@@ -202,6 +202,13 @@ namespace red_arrow {
// const int64_t i) {
// };
+
Review comment:
```suggestion
```
##########
File path: ruby/red-arrow/ext/arrow/converters.hpp
##########
@@ -202,6 +202,13 @@ namespace red_arrow {
// const int64_t i) {
// };
+
+ inline VALUE convert(const arrow::MonthIntervalArray& array,
+ const int64_t i) {
+ return INT2NUM(array.Value(i));
+ }
+
Review comment:
```suggestion
```
--
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]