You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/11/30 19:15:58 UTC

[jira] [Assigned] (SPARK-18653) Dataset.show() generates incorrect padding for Unicode Character

     [ https://issues.apache.org/jira/browse/SPARK-18653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-18653:
------------------------------------

    Assignee: Apache Spark

> Dataset.show() generates incorrect padding for Unicode Character
> ----------------------------------------------------------------
>
>                 Key: SPARK-18653
>                 URL: https://issues.apache.org/jira/browse/SPARK-18653
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Kazuaki Ishizaki
>            Assignee: Apache Spark
>
> The following program generates incorrect space padding for {{Dataset.show()}} since column name or column value has Unicode Character
> Program
> {code:java}
> case class UnicodeCaseClass(整数: Int, 実数: Double, s: String)
> val ds = Seq(UnicodeCaseClass(1, 1.1, "文字列1")).toDS
> ds.show
> {code}
> Output
> {code}
> +---+---+----+
> | 整数| 実数|   s|
> +---+---+----+
> |  1|1.1|文字列1|
> +---+---+----+
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org