Skip to content

Commit

Permalink
Working for spark 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Jan 18, 2024
1 parent 4a49b7b commit 255517b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements_common.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Common requirements used for all environments

pyspark==3.5.0
pyspark==3.3.0
2 changes: 1 addition & 1 deletion scala/src/main/scala/EarlyStopSortMerge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.apache.spark.sql.{
SparkSessionExtensionsProvider,
SparkSessionExtensions
}
import org.apache.spark.sql.catalyst.encoders.ExpressionEncoder
import org.apache.spark.sql.catalyst.encoders.RowEncoder
import org.apache.spark.sql.catalyst.plans.{Inner, LeftOuter, JoinType}

import execution.CustomStrategy
Expand Down

0 comments on commit 255517b

Please sign in to comment.