Hisoka-X commented on issue #8004: URL: https://github.com/apache/seatunnel/issues/8004#issuecomment-2467121620
> > Is there a better solution to implement aggregation operations on seatunnel, even if the parallelism is set to 1,Because I am currently facing many requirements that require aggregation operations to be implemented on the portal instead of the database side @liunaijie cc > > No, SeaTunnel is focus on Data integration, the `flatMap` function recently support is use to explode data from one row to multiple rows. > > From your description, you want the aggregation function, it's compute function, I think we are not going to support it. cc @Hisoka-X Yes, there is no way to solve data sharing between multiple degrees of parallelism, possibly on different nodes. -- 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]
