Skip to content

Commit

Permalink
add self to java reviewers to be able to merge and review streaming w…
Browse files Browse the repository at this point in the history
…orker code (#29235) (#29246)

Co-authored-by: martin trieu <[email protected]>
  • Loading branch information
Polber and m-trieu authored Nov 1, 2023
1 parent 0113bef commit e20c536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ should handle this. ([#25252](https://github.com/apache/beam/issues/25252)).
using the DataSet API.
* `upload_graph` as one of the Experiments options for DataflowRunner is no longer required when the graph is larger than 10MB for Java SDK ([PR#28621](https://github.com/apache/beam/pull/28621).
* state amd side input cache has been enabled to a default of 100 MB. Use `--max_cache_memory_usage_mb=X` to provide cache size for the user state API and side inputs. (Python) ([#28770](https://github.com/apache/beam/issues/28770)).
* Beam YAML stable release. Beam pipelines can now be written using YAML and leverage the Beam YAML framework which includes a preliminary set of IO's and turnkey transforms. More information can be found in the YAML root folder and in the [README](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/README.md).

## Breaking Changes

Expand Down

0 comments on commit e20c536

Please sign in to comment.