You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2019/03/21 16:06:44 UTC

[beam] branch master updated (261b401 -> a1e796d)

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

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


    from 261b401  Merge pull request #7736: [BEAM-5638] Exception handling for Java MapElements and FlatMapElements
     new 77637e1  Revert "Review: Add some comments & tests"
     new 2e7d480  Revert "[BEAM-6292] PasswordDecrypter: Delay decryption / Avoid serialization"
     new a1e796d  Merge pull request #8099 from iemejia/BEAM-6262-revert-password-decrypter

The 20644 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/sdk/io/cassandra/CassandraIO.java  |  91 ++-----------------
 .../beam/sdk/io/cassandra/PasswordDecrypter.java   |  26 ------
 .../beam/sdk/io/cassandra/CassandraIOTest.java     | 100 ++-------------------
 .../sdk/io/cassandra/TestPasswordDecrypter.java    |  51 -----------
 4 files changed, 13 insertions(+), 255 deletions(-)
 delete mode 100644 sdks/java/io/cassandra/src/main/java/org/apache/beam/sdk/io/cassandra/PasswordDecrypter.java
 delete mode 100644 sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/TestPasswordDecrypter.java