liyafan82 commented on a change in pull request #9964:
URL: https://github.com/apache/arrow/pull/9964#discussion_r614785326



##########
File path: 
java/vector/src/test/java/org/apache/arrow/vector/TestDictionaryVector.java
##########
@@ -856,15 +855,15 @@ public void testEncodeStructSubFieldWithCertainColumns() {
         assertEquals(StructVector.class, encoded.getClass());
 
         assertEquals(5, encoded.getValueCount());
-        Object[] realValue1 = convertMapValuesToArray((JsonStringHashMap) 
encoded.getObject(0));

Review comment:
       Yes. Here a Map should be enough, and our revised method returns a Map. 




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

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


Reply via email to