Skip to content

Commit

Permalink
fix exec node test
Browse files Browse the repository at this point in the history
  • Loading branch information
dusantism-db committed Nov 27, 2024
1 parent d4de13a commit 3b3aebe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class SqlScriptingExecutionNodeSuite extends SparkFunSuite with SharedSparkSessi
extends SingleStatementExec(
DummyLogicalPlan(),
Origin(startIndex = Some(0), stopIndex = Some(description.length)),
Map.empty,
isInternal = false) {
override def buildDataFrame(session: SparkSession): DataFrame = {
val data = Seq.range(0, numberOfRows).map(Row(_))
Expand Down

0 comments on commit 3b3aebe

Please sign in to comment.