Description
For example, the following command does not insert data properly into the table
spark.sqlContext.range(10).selectExpr("id", "id as A", "'A$\\=%' as B").write.partitionBy("A", "B").mode("overwrite").saveAsTable("testy")
Attachments
Issue Links
- links to