Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21007#discussion_r180333465
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
@@ -3189,10 +3189,10 @@ class Dataset[T] private[sql](
private[sql] def collectToPython(): Int = {
EvaluatePython.registerPicklers()
- withNewExecutionId {
+ withAction("collect", queryExecution) { plan =>
--- End diff --
`collect` or `collectToPython`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]