You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/12/11 02:14:59 UTC

[pulsar] branch master updated (f540fd3 -> 0e6ad1c)

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

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


    from f540fd3  Configure Google Error Prone static code analysis tool (#8879)
     add 0e6ad1c  Pulsar IO: Make Source topic Schema information available to downstream Sinks (#8854)

No new revisions were added by this update.

Summary of changes:
 .../worker/PulsarFunctionLocalRunTest.java         |  3 +-
 .../apache/pulsar/functions/sink/PulsarSink.java   | 53 +++++++++++++---------
 .../pulsar/functions/source/PulsarRecord.java      |  7 +++
 .../pulsar/functions/source/PulsarSource.java      |  8 +++-
 .../pulsar/functions/sink/PulsarSinkTest.java      |  1 +
 .../pulsar/functions/source/PulsarSourceTest.java  | 26 ++++++++++-
 6 files changed, 74 insertions(+), 24 deletions(-)