Skip to content

Commit 9c06b72

Browse files
Updated CHANGELOG.md
1 parent 0e062f6 commit 9c06b72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44
- [#1054](https://github.com/flow-php/flow/pull/1054) - **missing tests for parquet rows normalizer** - [@norberttech](https://github.com/norberttech)
55

66
### Changed
7+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **GroupBy is now allowed only with aggregations** - [@norberttech](https://github.com/norberttech)
8+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **NestedPipeline was renamed to LinkedPipeline** - [@norberttech](https://github.com/norberttech)
9+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **All pipelines are now grouped by LinkedPipeline** - [@norberttech](https://github.com/norberttech)
710
- [#1055](https://github.com/flow-php/flow/pull/1055) - **NestedLoop join algorithm was replaced with HashJoin algorithm** - [@norberttech](https://github.com/norberttech)
811
- [#1053](https://github.com/flow-php/flow/pull/1053) - **Update Homebrew TAP formula: flow-php to version: 0.7.4** - [@norberttech](https://github.com/norberttech)
912

1013
### Fixed
1114
- [#1055](https://github.com/flow-php/flow/pull/1055) - **Right Join before duplicating right side rows in each batch from the left side dataset** - [@norberttech](https://github.com/norberttech)
1215

1316
### Removed
17+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **Pipeline::closure** - [@norberttech](https://github.com/norberttech)
18+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **Pipeline::cleanCopy** - [@norberttech](https://github.com/norberttech)
19+
- [#1056](https://github.com/flow-php/flow/pull/1056) - **** - [@norberttech](https://github.com/norberttech)
1420
- [#1055](https://github.com/flow-php/flow/pull/1055) - **Join expression comparison types other than equal/identical/any/all** - [@norberttech](https://github.com/norberttech)
1521

1622
## [0.7.4] - 2024-04-18

0 commit comments

Comments
 (0)