[
https://issues.apache.org/jira/browse/ARROW-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Kornfield resolved ARROW-6452.
------------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 5271
[https://github.com/apache/arrow/pull/5271]
> [Java] Override ValueVector toString() method
> ---------------------------------------------
>
> Key: ARROW-6452
> URL: https://issues.apache.org/jira/browse/ARROW-6452
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Java
> Reporter: Ji Liu
> Assignee: Ji Liu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Currently cpp code {{Array#ToString}} returns the human readable format
> string like:
> [
> 1,
> 2,
> 3
> ]
> But Java {{ValueVector}} did not implement like this way now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)