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: [email protected]
For additional commands, e-mail: [email protected]