Skip to content

Commit

Permalink
style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jan 25, 2016
1 parent e529b7d commit 8c718b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ final class DataFrameWriter private[sql](df: DataFrame) extends Logging {
}

private def getBucketSpec: Option[BucketSpec] = {


if (sortColumnNames.isDefined) {
require(numBuckets.isDefined, "sortBy must be used together with bucketBy")
}
Expand Down

0 comments on commit 8c718b3

Please sign in to comment.