HeartSaVioR opened a new pull request #29077:
URL: https://github.com/apache/spark/pull/29077


   ### What changes were proposed in this pull request?
   
   This removes the undocumented and incomplete feature of "stateful 
aggregation" in continuous mode, which would reduce 1100+ lines of code.
   
   ### Why are the changes needed?
   
   The work for the feature had been stopped for over an year, and no one 
asked/requested for the availability of such feature in community. Current 
state for the feature is that it only works with `coalesce(1)` which force the 
query to read and process, and write in "a" task, which doesn't make sense in 
production.
   
   The remaining code increases the work on DSv2 changes as well - that's why I 
don't simply propose reverting relevant commits - the code path has been 
changed due to DSv2 evolution.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Technically no, because it's never documented and can't be used in 
production in current shape.
   
   ### How was this patch tested?
   
   Existing tests.


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

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