Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Nov 12, 2015
1 parent 15f329b commit be68b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ case class SetCommand(kv: Option[(String, Option[String])]) extends RunnableComm
val runFunc = (sqlContext: SQLContext) => {
logWarning(
s"Property ${SQLConf.Deprecated.SORTMERGE_JOIN} is deprecated and " +
s"will be ignored. Unsafe mode will continue to be used.")
s"will be ignored. Sort merge join will continue to be used.")
Seq(Row(SQLConf.Deprecated.SORTMERGE_JOIN, "true"))
}
(keyValueOutput, runFunc)
Expand Down

0 comments on commit be68b25

Please sign in to comment.