Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylk committed Feb 27, 2018
1 parent f8d4a47 commit 1c47034
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@ private[sql] class CarbonLateDecodeStrategy extends SparkStrategy {
predicate match {
case u: ScalaUDF if u.function.isInstanceOf[TextMatchUDF] =>
if (u.children.size > 1) {
throw new MalformedCarbonCommandException("TEXT_MATCH UDF syntax: TEXT_MATCH('luceneQuerySyntax')")
throw new MalformedCarbonCommandException(
"TEXT_MATCH UDF syntax: TEXT_MATCH('luceneQuerySyntax')")
}
Some(TextMatch(u.children.head.toString()))

Expand Down

0 comments on commit 1c47034

Please sign in to comment.