Skip to content

Commit

Permalink
Adjust coverage for partitionBy()
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyu committed Dec 28, 2015
1 parent 8e23d8d commit 7884e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final class DataFrameWriter private[sql](df: DataFrame) {
* Partitions the output by the given columns on the file system. If specified, the output is
* laid out on the file system similar to Hive's partitioning scheme.
*
* This is only applicable for Parquet at the moment.
* This was initally applicable for Parquet but in 1.5.x covers JSON as well.
*
* @since 1.4.0
*/
Expand Down

0 comments on commit 7884e87

Please sign in to comment.