Skip to content

Commit 06265f9

Browse files
authored
Update splittable-do-fn.md with links to doc (apache#29458)
1 parent 977a7d8 commit 06265f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/www/site/content/en/blog/splittable-do-fn.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ unexpected result: a generalization of Beam's most basic primitive, `DoFn`.
3232

3333
<!--more-->
3434

35+
## Note to reader
36+
Hello reader! This blog is a great introduction to Splittable DoFns, but was written while the documentation was catching up. After reading this, you can continue your learning on what Splittable DoFns are and how to implement one in the official [Beam Documentation](https://beam.apache.org/documentation/programming-guide/#sdf-basics).
37+
3538
## Connectors as mini-pipelines
3639

3740
One of the main reasons for this vibrant IO connector ecosystem is that

0 commit comments

Comments
 (0)