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

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

Eric Liang created SPARK-18635:
----------------------------------

             Summary: 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
            Reporter: Eric Liang


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