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

[jira] [Resolved] (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:all-tabpanel ]

Luke Cwik resolved BEAM-695.
----------------------------
       Resolution: Fixed
    Fix Version/s: 0.3.0-incubating

> 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
>             Fix For: 0.3.0-incubating
>
>
> 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)