dtarima commented on PR #45181:
URL: https://github.com/apache/spark/pull/45181#issuecomment-1964179051

   > > This PR creates a new Dataset instance, but the old one would still have 
the same inconsistent behavior.
   > 
   > Another possible approach is to create a new `queryExecution` instance. 
But we need change it to a mutable variable which is unsafe.
   
   `Dataset` could keep two instances of `queryExecution` for `persisted` and 
`unpersisted` states
   (added a bit more detailed description in a ticket's comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to