Re: [PR] Update coalesce.adoc (hop)

2023-11-07 Thread via GitHub
hansva merged PR #3359: URL: https://github.com/apache/hop/pull/3359 -- 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: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: add context about using Group By in distributed environments (Beam) (hop)

2023-11-07 Thread via GitHub
hansva commented on issue #3360: URL: https://github.com/apache/hop/issues/3360#issuecomment-1801213624 Actually in the UI you get an error ``` "Group By is not supported. Use the Memory Group By transform instead. It comes closest to Beam functionality." ``` -- This is an auto

[I] [Task]: add context about using Group By in distributed environments (Beam) (hop)

2023-11-07 Thread via GitHub
bamaer opened a new issue, #3360: URL: https://github.com/apache/hop/issues/3360 ### What needs to happen? the Group By requires sorted input. In a distributed environment (like the Beam run configurations), sorting happens per node, which may lead to unexpected results. This sho

[PR] Update coalesce.adoc (hop)

2023-11-07 Thread via GitHub
Mattang-Dan opened a new pull request, #3359: URL: https://github.com/apache/hop/pull/3359 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quick