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

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


    from 34fa661  Merge pull request #7820: Remove gcemd and gcsproxy projects
     new 4a1b983  [BEAM-5392] GroupByKey optimized for non-merging windows
     new 023f31d  [BEAM-5392] small CR corrections
     new 6283f3d  [BEAM-5392] 
GroupNonMergingWindowsFunctions.groupByKeyAndWindow description
     new 5b71fd9  Merge pull request #7601: [BEAM-5392] GroupByKey optimised 
for non-merging windows

The 20135 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:
 .../spark/coders/BeamSparkRunnerRegistrator.java   |   2 +
 .../spark/translation/EvaluationContext.java       |  52 ++++-
 .../GroupNonMergingWindowsFunctions.java           | 252 +++++++++++++++++++++
 .../spark/translation/TransformTranslator.java     |  43 ++--
 .../org/apache/beam/runners/spark/CacheTest.java   |  33 ++-
 .../GroupNonMergingWindowsFunctionsTest.java       | 133 +++++++++++
 6 files changed, 477 insertions(+), 38 deletions(-)
 create mode 100644 
runners/spark/src/main/java/org/apache/beam/runners/spark/translation/GroupNonMergingWindowsFunctions.java
 create mode 100644 
runners/spark/src/test/java/org/apache/beam/runners/spark/translation/GroupNonMergingWindowsFunctionsTest.java

Reply via email to