You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/03 16:09:20 UTC

[jira] [Commented] (BEAM-695) DisplayData for PipelineOptions fails to correctly toString array types

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

ASF GitHub Bot commented on BEAM-695:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-beam/pull/1034


> DisplayData for PipelineOptions fails to correctly toString array types
> -----------------------------------------------------------------------
>
>                 Key: BEAM-695
>                 URL: https://issues.apache.org/jira/browse/BEAM-695
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Luke Cwik
>            Assignee: Scott Wegner
>            Priority: Minor
>
> For array types in Java, toString produces an uninformative message like 	
> [Ljava.lang.String;@fc258b1
> You need to check to see if its an array type and call Arrays.toString(array).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)