You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ji Liu (Jira)" <ji...@apache.org> on 2019/09/04 04:44:00 UTC

[jira] [Created] (ARROW-6452) [Java] Overrite ValueVector toString() method

Ji Liu created ARROW-6452:
-----------------------------

             Summary: [Java] Overrite 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


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.2#803003)