You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2021/03/15 10:41:43 UTC

[beam] branch master updated (88d687b -> 08a9d54)

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

iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 88d687b  Merge pull request #14228: [BEAM-7092] Fix artifact names for Spark separated modules + upgrade to Spark 3.1.1
     add b2ce15e  [BEAM-8221] Fix NPE while reading from non-existent Kafka topic
     new 08a9d54  Merge pull request #14217: [BEAM-8221] Fix NPE while reading from non-existent Kafka topic

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.


Summary of changes:
 .../beam/sdk/io/kafka/KafkaUnboundedSource.java    |  7 +++++-
 .../org/apache/beam/sdk/io/kafka/KafkaIOTest.java  | 26 ++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)


[beam] 01/01: Merge pull request #14217: [BEAM-8221] Fix NPE while reading from non-existent Kafka topic

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

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 08a9d54b60cd4743afeb61e697fa6016279b1ac6
Merge: 88d687b b2ce15e
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Mar 15 11:39:55 2021 +0100

    Merge pull request #14217: [BEAM-8221] Fix NPE while reading from non-existent Kafka topic

 .../beam/sdk/io/kafka/KafkaUnboundedSource.java    |  7 +++++-
 .../org/apache/beam/sdk/io/kafka/KafkaIOTest.java  | 26 ++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)