
org.elasticsearch.spark.sql.SparkSQLCompatibilityLevel.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-spark-20_2.10 Show documentation
Show all versions of elasticsearch-spark-20_2.10 Show documentation
Elasticsearch Spark (for Spark 2.X)
package org.elasticsearch.spark.sql
import org.elasticsearch.spark.rdd.CompatibilityLevel
/**
* For determining Spark Version Compatibility
*/
class SparkSQLCompatibilityLevel extends CompatibilityLevel {
val versionId = "20"
val versionDescription = "2.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy