Skip to content

Commit

Permalink
Leave it if I can't fix rather than removing
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jan 30, 2017
1 parent 7e6e521 commit 90bf25b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ package org.apache.spark.sql.internal
import org.apache.spark.internal.config._

/**
* A helper class that enables substitution.
* A helper class that enables substitution using syntax like
* `${var}`, `${system:var}` and `${env:var}`.
*
* Variable substitution is controlled by `SQLConf.variableSubstituteEnabled`.
*/
Expand Down

0 comments on commit 90bf25b

Please sign in to comment.