Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21007#discussion_r181569225
--- 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("collectToPython", queryExecution) { plan =>
--- End diff --
These changes can cause the behavior changes. Please submit a PR to
document it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]