jordepic commented on issue #24265:
URL: https://github.com/apache/datafusion/issues/24265#issuecomment-5257854070

   Thanks @alamb !
   
   In my personal experience building out StreamFusion, DataFusion could cover 
a few more streaming join operations if it supported a couple of things:
   1) Changelogs (need to be able to support incoming deleted rows, updated 
rows, etc)
   2) Window functions having an API to take in existing state and then 
aggregate an incoming batch into them
   
   @sap1ens - as StreamFusion and Streamling continue to both evolve a bit 
more, I'd love to hop on a call sometime and chat about them!


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

Reply via email to