You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2019/10/18 12:52:59 UTC

[flink] branch master updated (db436d9 -> 13603a9)

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

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


    from db436d9  [FLINK-13601][tests] Harden RegionFailoverITCase
     add 035ed7d  [FLINK-7629] [scala] Fix RecursiveProductFieldAccessor.fieldType
     add cfb9b45  [hotfix] Only use types defined in CaseClassFieldAccessorTest in the test
     add 13603a9  [FLINK-7629] [scala] Fix KeyedStream.aggregate for nested field expressions

No new revisions were added by this update.

Summary of changes:
 .../streaming/util/typeutils/FieldAccessor.java    |  2 +-
 .../util/typeutils/FieldAccessorTest.java          | 18 ++++++++++
 .../flink/streaming/api/scala/KeyedStream.scala    | 28 +++++++++++-----
 .../api/scala/CaseClassFieldAccessorTest.scala     | 25 ++++++++++----
 .../api/scala/StreamingOperatorsITCase.scala       | 39 ++++++++++++++++++++++
 5 files changed, 96 insertions(+), 16 deletions(-)