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 01:48:58 UTC

[jira] [Assigned] (SPARK-18635) Partition name/values not escaped correctly in some cases

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

Apache Spark reassigned SPARK-18635:
------------------------------------

    Assignee:     (was: Apache Spark)

> Partition name/values not escaped correctly in some cases
> ---------------------------------------------------------
>
>                 Key: SPARK-18635
>                 URL: https://issues.apache.org/jira/browse/SPARK-18635
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Eric Liang
>            Priority: Critical
>
> For example, the following command does not insert data properly into the table
> {code}
> spark.sqlContext.range(10).selectExpr("id", "id as A", "'A$\\=%' as B").write.partitionBy("A", "B").mode("overwrite").saveAsTable("testy")
> {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