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

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


    from c96b096  Merge pull request #7416: [BEAM-6365] Add ZStandard 
compression support for Java SDK
     new 4d89396  [BEAM-5987] Cache and share materialized side inputs between 
Spark tasks
     new a9117f9  [BEAM-5987] Use Guava's Cache to control eviction of 
materialized side inputs
     new 72627eb  [BEAM-5987] Remove @Nullable annotation from 
SideInputReader.get()
     new f1bb53a  Merge pull request #7091: [BEAM-5987] Cache and share 
materialized side inputs between Spark tasks

The 20020 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:
 .../apache/beam/runners/core/SideInputReader.java  |  2 -
 .../spark/translation/SparkPCollectionView.java    | 10 +++
 .../runners/spark/util/CachedSideInputReader.java  | 74 +++++++++-----------
 .../runners/spark/util/SideInputBroadcast.java     |  5 ++
 ...dSideInputReader.java => SideInputStorage.java} | 80 +++++++++++-----------
 5 files changed, 86 insertions(+), 85 deletions(-)
 copy 
runners/spark/src/main/java/org/apache/beam/runners/spark/util/{CachedSideInputReader.java
 => SideInputStorage.java} (56%)

Reply via email to