File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/test/scala/org/neo4j/spark/util
spark/src/main/scala/org/neo4j/spark Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class ValidationsTest extends SparkConnectorScalaBaseTSE {
3030 .map { _.version }
3131 .getOrElse(" UNKNOWN" )
3232 try {
33- Validations .validate(ValidateSparkMinVersion (" 3 .10000" ))
33+ Validations .validate(ValidateSparkMinVersion (" 4 .10000" ))
3434 fail(s " should be thrown a ${classOf [IllegalArgumentException ].getName}" )
3535 } catch {
3636 case e : IllegalArgumentException =>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import java.util.UUID
3939class DataSource extends TableProvider
4040 with DataSourceRegister {
4141
42- Validations .validate(ValidateSparkMinVersion (" 3.3 .0" ))
42+ Validations .validate(ValidateSparkMinVersion (" 4.0 .0" ))
4343
4444 private val jobId : String = UUID .randomUUID().toString
4545
You can’t perform that action at this time.
0 commit comments