Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Oct 28, 2024
1 parent 77cf02b commit 23e5574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private[execution] class SparkConnectPlanExecution(executeHolder: ExecuteHolder)
}

dataframe.queryExecution.executedPlan match {
case LocalTableScanExec(_, rows) =>
case LocalTableScanExec(_, rows, _) =>
executePlan.eventsManager.postFinished(Some(rows.length))
var offset = 0L
converter(rows.iterator).foreach { case (bytes, count) =>
Expand Down

0 comments on commit 23e5574

Please sign in to comment.