stryker-mutator / stryker4s

Mutation testing for Scala
https://stryker-mutator.io
Apache License 2.0
201 stars 37 forks source link

Spark Support in Stryker #1667

Open tuhinroy-ibm opened 2 weeks ago

tuhinroy-ibm commented 2 weeks ago

Spark and Scala Support.

Hi Team,

My project is in Spark Scala. Currently I have added Stryker and tried mutation testing. But I am facing some compilation issues.

  1. 'not found:value lit'
  2. not found:value col
  3. value * is not a member of object org.spache.spark.sql.functions.

Scala version I am using 2.12 Spark 2.4

Can you please help. Is there any support for Spark Scala?

Regards, Tuhin Roy

hugo-vrijswijk commented 1 week ago

Hi, this partially sounds like a dialect issue. Could you try configuring scala-dialect and reporting back?