I can reproduce this quite simply here.case class Thing(first: String, second: String)
val df = sqlContext.createDataFrame(Seq(Thing("one","two")))
df.write.format("parquet").mode(org.apache.spark.sql.SaveMode.Append).partitionBy("first").saveAsT...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.