Skip to content

Commit

Permalink
Merge branch 'main' into add-index-state-transition
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-chen committed Oct 31, 2023
2 parents 8f30429 + ad9989e commit 38f1f7b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ trait FlintJobExecutor {
def createSparkConf(): SparkConf = {
new SparkConf()
.setAppName(getClass.getSimpleName)
.set("spark.sql.extensions", "org.opensearch.flint.spark.FlintSparkExtensions")
.set(
"spark.sql.extensions",
"org.opensearch.flint.spark.FlintPPLSparkExtensions,org.opensearch.flint.spark.FlintSparkExtensions")
}

def createSparkSession(conf: SparkConf): SparkSession = {
Expand Down

0 comments on commit 38f1f7b

Please sign in to comment.