You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/07/02 00:45:45 UTC

[beam] branch lukecwik-fix-typo created (now 7d2cf5c)

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch lukecwik-fix-typo
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 7d2cf5c  Fix typo

This branch includes the following new commits:

     new 7d2cf5c  Fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix typo

Posted by lc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch lukecwik-fix-typo
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 7d2cf5c370f51321cb79a1e384d979e0755dc416
Author: Lukasz Cwik <lu...@gmail.com>
AuthorDate: Wed Jul 1 17:45:31 2020 -0700

    Fix typo
---
 CHANGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7586734..4cbc90f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -76,7 +76,7 @@
   Previously nulls could only be represented with explicit null values, as in
   `{"foo": "bar", "baz": null}`, whereas an implicit null like `{"foo": "bar"}` would raise an
   exception. Now both JSON strings will yield the same result by default. This behavior can be
-  overriden with `RowJson.RowJsonDeserializer#withNullBehavior`.
+  overridden with `RowJson.RowJsonDeserializer#withNullBehavior`.
 * Fixed a bug in `GroupIntoBatches` experimental transform in Python to actually group batches by key. 
   This changes the output type for this transform ([BEAM-6696](https://issues.apache.org/jira/browse/BEAM-6696)).
 * X behavior was changed ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).