Skip to content

Commit

Permalink
hard code append the FlintPPLSparkExtensions to the spark conf creati…
Browse files Browse the repository at this point in the history
…on by the FlintREPL

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Oct 27, 2023
1 parent 1f8dda9 commit b104503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 b104503

Please sign in to comment.