Skip to content

Commit

Permalink
change to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonu committed Nov 2, 2021
1 parent f4f7f0c commit efb67c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions splink/case_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ def _check_jaro_registered(spark):
return True

warnings.warn(
"Custom string comparison functions such as jaro_winkler_sim are available in"
" Spark Or you did not pass 'spark' (the SparkSession) into 'Model' You can"
"\n Custom string comparison functions such as jaro_winkler_sim are available in Spark"
"\n Or you did not pass 'spark' (the SparkSession) into 'Model' \n You can"
" import these functions using the scala-udf-similarity-0.0.9.jar provided with"
" Splink"
" Splink.\n" + _get_spark_jars_string()
)
return False

Expand Down

0 comments on commit efb67c5

Please sign in to comment.