SynapseML icon indicating copy to clipboard operation
SynapseML copied to clipboard

[Bug] Test Function used in Main Code

Open dciborow opened this issue 3 years ago • 0 comments

https://github.com/microsoft/SynapseML/blob/0840e318bdba37b93fd39029867edffd466be92b/core/src/main/scala/com/microsoft/azure/synapse/ml/recommendation/SARModel.scala#L87

The "===" is a test function that may be excluded from the package. An alternative approach should be used to avoid issues if the following excludes are used.

.config('spark.jars.excludes', 'org.scala-lang:scala-reflect,org.apache.spark:spark-tags_2.12,org.scalactic:scalactic_2.12,org.scalatest:scalatest_2.12')

dciborow avatar Feb 02 '22 07:02 dciborow