mihailoale-db commented on PR #57122: URL: https://github.com/apache/spark/pull/57122#issuecomment-5267933667
IIUC what you sent ensures that DF produced unresolved plans are stable. Golden file DF framework that we introduced here ensure that analyzed plan, optimized plan, output schema and result that come from the DF produced unresolved plans are stable (similarly to SQL produced unresolved plans). So it seems to me that we need both. -- 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]
