Skip to content

Commit

Permalink
remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 23, 2024
1 parent e674d03 commit 5628a3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ abstract class CometTestBase
}
val dfComet = Dataset.ofRows(spark, df.logicalPlan)
val actual = Try(dfComet.collect()).failed.get
println(dfComet.queryExecution.executedPlan)
(expected.get.getCause, actual.getCause)
}

Expand Down

0 comments on commit 5628a3e

Please sign in to comment.