zhztheplayer opened a new pull request, #10147: URL: https://github.com/apache/incubator-gluten/pull/10147
API ```scala def executeWriterWrappedSparkPlan(plan: SparkPlan): RDD[InternalRow] ``` is being changed to ```scala def getWriterWrappedSparkPlan(plan: SparkPlan): SparkPlan ``` We don't have to execute the SparkPlan before it's returned to the file format writer. This change will make it easier to debug or operate on the wrapped query plan. The previous use of RDD more or less limited the flexibility of coding. -- 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]
