beliefer commented on PR #41342:
URL: https://github.com/apache/spark/pull/41342#issuecomment-1568066323

   @hvanhovell Thank you for the first review.
   
   Because Spark SQL doesn't support a convenient way to construct logical plan 
for each API. We had to create Dataset/Dataframes in the planner.
   
   There are two ways to avoid create duplicate Dataset/Dataframes:
   1. Add many new logical node and sql's dataset API for return logical plan 
directly. This job affects SQL mode deeply.
   2. We only create Dataset/Dataframes once in planner and use it for 
execution. This PR follows this way.


-- 
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