[ 
https://issues.apache.org/jira/browse/ARROW-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271414#comment-16271414
 ] 

ASF GitHub Bot commented on ARROW-1719:
---------------------------------------

BryanCutler commented on a change in pull request #1374: ARROW-1719: [Java] 
Remove accessor and mutator interface
URL: https://github.com/apache/arrow/pull/1374#discussion_r153892561
 
 

 ##########
 File path: 
java/vector/src/test/java/org/apache/arrow/vector/TestVectorReAlloc.java
 ##########
 @@ -130,7 +130,7 @@ public void testMapType() {
       assertEquals(512, vector.getValueCapacity());
 
       try {
-        vector.getAccessor().getObject(513);
+        vector.getObject(513);
 
 Review comment:
   Wow, this test should not have been passing...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Java] Remove accessor/mutator 
> -------------------------------
>
>                 Key: ARROW-1719
>                 URL: https://issues.apache.org/jira/browse/ARROW-1719
>             Project: Apache Arrow
>          Issue Type: Sub-task
>            Reporter: Li Jin
>            Assignee: Li Jin
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to