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

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

Sean Owen resolved SPARK-18653.
-------------------------------
    Resolution: Won't Fix

> 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
>
> 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