You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2021/06/16 22:07:56 UTC

[kafka] branch trunk updated (96767a6 -> fc5245d)

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

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


    from 96767a6  KAFKA-12909: disable spurious left/outer stream-stream join fix for old JoinWindows API (#10861)
     add fc5245d  KAFKA-12955: Fix LogLoader to pass materialized view of segments for deletion (#10888)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala            | 11 +++---
 core/src/main/scala/kafka/log/LogLoader.scala      | 11 +++---
 .../test/scala/unit/kafka/log/LogLoaderTest.scala  | 41 ++++++++++++++++++++++
 core/src/test/scala/unit/kafka/log/LogTest.scala   | 33 -----------------
 4 files changed, 53 insertions(+), 43 deletions(-)