Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import org.apache.spark.sql.catalyst.util.DataTypeParser
* Example:
* {{{
* import org.apache.spark.sql._
*
* import org.apache.spark.sql.types._
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to remove the trailing space here to pass the style checker

* val struct =
* StructType(
* StructField("a", IntegerType, true) ::
Expand Down