This is an automated email from the ASF dual-hosted git repository.
robinyqiu pushed a commit to branch release-2.25.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.25.0 by this push:
new 19d9be8 [BEAM-10670] Improve messaging in CHANGES.md giving clearer
instructions to users.
new 6edbea5 Merge pull request #13022 from lukecwik/beam10670.4
19d9be8 is described below
commit 19d9be87cedbcc10fc1e6995d5cdb5e5d47b1eaf
Author: Luke Cwik <[email protected]>
AuthorDate: Tue Oct 6 09:56:22 2020 -0700
[BEAM-10670] Improve messaging in CHANGES.md giving clearer instructions to
users.
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 7993790..f134c6c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -51,7 +51,7 @@
## Highlights
-* Splittable DoFn is opt-out for Java based runners (Direct, Flink, Jet,
Samza, Twister2) using `--experiments=use_deprecated_read`. For all other
runners, users can opt-in using `--experiments=use_sdf_read`. (Java)
([BEAM-10670](https://issues.apache.org/jira/browse/BEAM-10670))
+* Splittable DoFn is now the default for executing the Read transform for Java
based runners (Direct, Flink, Jet, Samza, Twister2). The expected output of the
Read transform is unchanged. Users can opt-out using
`--experiments=use_deprecated_read`. The Apache Beam community is looking for
feedback for this change as the community is planning to make this change
permanent with no opt-out. If you run into an issue requiring the opt-out,
please send an e-mail to [[email protected]](mailt [...]
* New highly anticipated feature X added to Python SDK
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
* New highly anticipated feature Y added to Java SDK
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).