You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/10/05 16:45:29 UTC

[kafka] branch trunk updated (3edd8e7 -> 1bc620d)

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

guozhang pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 3edd8e7  KAFKA-7476: Fix Date-based types in SchemaProjector
     add 1bc620d  MINOR: Clarify usage of stateful processor node (#5740)

No new revisions were added by this update.

Summary of changes:
 .../internals/GroupedStreamAggregateBuilder.java   | 29 ++++----
 .../kstream/internals/KGroupedTableImpl.java       | 23 ++----
 .../streams/kstream/internals/KStreamImpl.java     |  5 +-
 .../streams/kstream/internals/KTableImpl.java      |  1 -
 .../internals/graph/StatefulProcessorNode.java     | 83 +++++++---------------
 .../internals/graph/GraphGraceSearchUtilTest.java  | 26 +++----
 6 files changed, 55 insertions(+), 112 deletions(-)