Skip to content
Prev Previous commit
Next Next commit
chz test5
  • Loading branch information
Cazen committed Dec 28, 2015
commit c757fe88275285efe3650e33de2f1340ea8581ef
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ class JsonParsingOptionsSuite extends QueryTest with SharedSQLContext {
val df = sqlContext.read.option("allowBackslashEscapingAnyCharacter", "true").json(rdd)

assert(df.schema.head.name == "name")
assert(df.schema.head.name == "Cazen Lee")
assert(df.first().getString(0) == "Cazen Lee")
}
}