Skip to content

Commit

Permalink
Spark 3.3.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Jan 18, 2024
1 parent 6d59872 commit 4a49b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/src/main/scala/EarlyStopSortMerge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ object EarlyStopSortMerge {
new DataFrame(
left.sparkSession,
logicalPlan,
ExpressionEncoder(logicalPlan.schema)
RowEncoder(logicalPlan.schema)
)
}
}
Expand Down

0 comments on commit 4a49b7b

Please sign in to comment.