You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/05/24 05:55:06 UTC

[GitHub] [arrow] wgtmac opened a new issue, #35733: [Java] Fix IntervalMonthDayNanoVector constructor to set correct minor type

wgtmac opened a new issue, #35733:
URL: https://github.com/apache/arrow/issues/35733

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Currently the IntervalMonthDayNanoVector constructor does not set minor type correctly as below:
   ```java
     public IntervalMonthDayNanoVector(String name, BufferAllocator allocator) {
       this(name, FieldType.nullable(MinorType.INTERVALDAY.getType()), allocator);
     }
   ```
   
   ### Component(s)
   
   Java


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

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


[GitHub] [arrow] lidavidm closed issue #35733: [Java] Fix IntervalMonthDayNanoVector constructor to set correct minor type

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #35733: [Java] Fix IntervalMonthDayNanoVector constructor to set correct minor type
URL: https://github.com/apache/arrow/issues/35733


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

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