FelixYBW opened a new issue, #7953: URL: https://github.com/apache/incubator-gluten/issues/7953
### Description 1. Currently if a task failed, the reducer stopped to read data and output parquet file immediately. So the reducer data isn't completed. We need a way to read full data once the partition is enabled. 2. currently we filter sample by stage id and task id. we need to add filter by partition size as well. @marin-ma can we get the records number from driver before reducer read the data? I'd think so. -- 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]
