wecharyu opened a new pull request, #11123: URL: https://github.com/apache/incubator-gluten/pull/11123
## What changes are proposed in this pull request? https://github.com/apache/incubator-gluten/pull/11059 will push data to rss once there are available inMemoryPayload, but for large rows the data may be split into multiple payloads and push multi times. If there is another worker push data to the same partition, the split row are broken, so we should ensure only the complete rows can be push to rss. ## How was this patch tested? -- 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]
