Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm1 committed Dec 7, 2023
1 parent 979125d commit 42634a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ object SparkDatasetHelper extends Logging {
result.queryExecution.optimizedPlan.stats.sizeInBytes
}
lazy val isSort = result.queryExecution.sparkPlan match {
case SortExec(_, global, _, _) if global => true
case s: SortExec => s.global
case _ => false
}
lazy val colSize =
Expand Down

0 comments on commit 42634a1

Please sign in to comment.