Skip to content

Commit

Permalink
use names for boolean args.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 15, 2014
1 parent 882afdf commit 5c3ef95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ trait SchemaRDDLike {
* @group schema
*/
@Experimental
def insertInto(tableName: String): Unit = insertInto(tableName, false)
def insertInto(tableName: String): Unit = insertInto(tableName, overwrite = false)

/**
* :: Experimental ::
Expand Down

0 comments on commit 5c3ef95

Please sign in to comment.