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

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


    from bc3bc68  [BEAM-3550] Add --awsServiceEndpoint option and use with S3 
filesystem.
     new a0ef2a5  Fixes for sdks/java/core for the eclipse compiler
     new 27454ac  Add some m2e lifecycle things to get the various maven 
plugins running as needed in m2e/eclipse
     new 41cc515  Set the proper package for the Snippets example so eclipse 
won't raise an error
     new 2970b53  Add some template args and direct casts to help the eclipse 
compiler determine the right casts
     new ce740eb  Incorporate reviews and rebase on latest master

The 5 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:
 .gitignore                                         |  1 +
 build.gradle                                       |  2 +-
 build_rules.gradle                                 |  9 +++++
 .../{website_snippets => snippets}/Snippets.java   |  2 +-
 .../SnippetsTest.java                              |  2 +-
 model/job-management/pom.xml                       | 18 +++++++++
 pom.xml                                            | 45 +++++++++++++++++++++-
 .../apache/beam/runners/core/ReduceFnTester.java   |  2 +-
 .../core/triggers/TriggerStateMachineTester.java   |  2 +-
 .../runners/direct/WindowEvaluatorFactory.java     |  2 +-
 .../runners/direct/DirectGraphVisitorTest.java     | 16 ++++----
 .../SparkGroupAlsoByWindowViaWindowSet.java        |  6 ++-
 .../main/java/org/apache/beam/sdk/Pipeline.java    |  2 +-
 .../org/apache/beam/sdk/coders/CoderRegistry.java  |  3 +-
 .../apache/beam/sdk/testing/WindowFnTestUtils.java |  7 ++--
 sdks/java/extensions/sql/pom.xml                   |  7 ++--
 .../operator/BeamSqlCaseExpression.java            |  3 +-
 sdks/java/maven-archetypes/examples/pom.xml        | 27 +++++++++++++
 18 files changed, 131 insertions(+), 25 deletions(-)
 rename examples/java/src/main/java/org/apache/beam/examples/{website_snippets 
=> snippets}/Snippets.java (98%)
 rename examples/java/src/test/java/org/apache/beam/examples/{website_snippets 
=> snippets}/SnippetsTest.java (99%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to