[beam] Diff for: [GitHub] tweise merged pull request #7461: [BEAM-6405] Let PortableValidatesRunner tests run in EMBEDDED environment

2019-01-14 Thread GitBox
diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index 4b45b17b8126..126b4c97dd2f 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++

[beam] branch master updated (9780341 -> 3db71dd)

2019-01-14 Thread thw
This is an automated email from the ASF dual-hosted git repository. thw pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 9780341 Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators add d10a971

[beam] Diff for: [GitHub] asfgit merged pull request #7284: [BEAM-6234] Make failOnCheckpointingErrors setting available in FlinkPipelineOptions

2019-01-14 Thread GitBox
diff --git a/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java b/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java index 2d0754631b36..461c168614b1 100644 ---

[beam] 01/01: Merge pull request #7284: [BEAM-6234] Add failOnCheckpointingErrors setting in FlinkPipelineOptions

2019-01-14 Thread mxm
This is an automated email from the ASF dual-hosted git repository. mxm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit c38d84c68dca11cd70b4f3a5d101ec3e757838b9 Merge: fe22868 258bf94 Author: Maximilian Michels AuthorDate: Mon Jan 14 12:45:37

[beam] branch master updated (fe22868 -> c38d84c)

2019-01-14 Thread mxm
This is an automated email from the ASF dual-hosted git repository. mxm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from fe22868 Merge pull request #7498 from brills/samplen add 258bf94 BEAM-6234 -> Make failOnCheckpointingErrors

[beam] branch master updated (3db71dd -> 115473c)

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 3db71dd Merge pull request #7461: [BEAM-6405] Let PortableValidatesRunner tests run in EMBEDDED environment

[beam] Diff for: [GitHub] chamikaramj merged pull request #7493: Initialize project in @BeforeClass method

2019-01-14 Thread GitBox
diff --git a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryToTableIT.java b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryToTableIT.java index 42099461ca45..518e229ed860 100644 ---

[beam] 01/01: Merge pull request #7498 from brills/samplen

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit fe22868858dfbf80c02894431e491289db55fc03 Merge: 115473c 30df0ab Author: Ahmet Altay AuthorDate: Mon Jan 14 12:03:13 2019

[beam] Diff for: [GitHub] aaltay merged pull request #7498: Made SampleFixedSizeGlobally and FixedSizePerKey PTransform classes

2019-01-14 Thread GitBox
diff --git a/sdks/python/apache_beam/transforms/combiners.py b/sdks/python/apache_beam/transforms/combiners.py index e3df43632b21..dbb143e6e168 100644 --- a/sdks/python/apache_beam/transforms/combiners.py +++ b/sdks/python/apache_beam/transforms/combiners.py @@ -522,15 +522,35 @@ class

[beam] branch master updated (115473c -> fe22868)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 115473c Merge pull request #7493: Initialize project in @BeforeClass method add 30df0ab Made

[beam] 01/01: Fix comment typo in statesampler_test

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git commit 346ca57900f78a315755e35c0f5c8e253ee3a0b0 Author: Ahmet Altay AuthorDate: Mon Jan 14 14:35:46 2019 -0800 Fix

[beam] branch master updated (25bd43e -> fff053b)

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 25bd43e Merge pull request #7305: Update 2017-08-04-splittable-do-fn.md add ffec471 fix always true

[beam] 01/01: Merge pull request #7430: [BEAM-6391] fix always true conditions

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit fff053bb001f5ad6320e5e38f92440ab6686bc52 Merge: 25bd43e ffec471 Author: Chamikara Jayalath AuthorDate: Mon Jan 14

[beam] Diff for: [GitHub] chamikaramj merged pull request #7430: [BEAM-6391] fix always true conditions

2019-01-14 Thread GitBox
diff --git a/sdks/python/apache_beam/coders/coders.py b/sdks/python/apache_beam/coders/coders.py index e84e08dc5133..e3293288176f 100644 --- a/sdks/python/apache_beam/coders/coders.py +++ b/sdks/python/apache_beam/coders/coders.py @@ -789,7 +789,7 @@ def __repr__(self): def __eq__(self,

[beam] branch aaltay-patch-1 created (now 346ca57)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a change to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git. at 346ca57 Fix comment typo in statesampler_test This branch includes the following new commits: new

[beam] branch aaltay-patch-2 deleted (was 7b3a513)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a change to branch aaltay-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git. was 7b3a513 Remove the upper bound for pytz The revisions that were on this branch are still contained in other

[beam] branch master updated (f8a5dd6 -> 1945506)

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from f8a5dd6 Merge pull request #7488 from akedin/refactor-jdbc-driver add ddf4cb4 fix possible out of bound

[beam] 01/01: Merge pull request #7429: [BEAM-6391] fix possible out of bound exception

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 19455067c8408f5f748d1d199fe33edad76717b9 Merge: f8a5dd6 ddf4cb4 Author: Chamikara Jayalath AuthorDate: Mon Jan 14

[beam] Diff for: [GitHub] chamikaramj merged pull request #7429: [BEAM-6391] fix possible out of bound exception

2019-01-14 Thread GitBox
diff --git a/examples/java/src/main/java/org/apache/beam/examples/complete/TrafficRoutes.java b/examples/java/src/main/java/org/apache/beam/examples/complete/TrafficRoutes.java index 4c0039703ede..5f9616821e9c 100644 ---

[beam] branch master updated (1945506 -> 1a898c3)

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 1945506 Merge pull request #7429: [BEAM-6391] fix possible out of bound exception add 6cf9fba add missing

[beam] Diff for: [GitHub] chamikaramj merged pull request #7428: [BEAM-6391] add missing raise keywords

2019-01-14 Thread GitBox
diff --git a/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio.py b/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio.py index 66cca24f1936..123d063525b5 100644 --- a/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio.py +++

[beam] 01/01: Merge pull request #7428: [BEAM-6391] add missing raise keywords

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 1a898c35a99b5c8c10b9eca97a3a89a50251bcd6 Merge: 1945506 6cf9fba Author: Chamikara Jayalath AuthorDate: Mon Jan 14

[beam] Diff for: [GitHub] akedin merged pull request #7488: [SQL] Refactor JdbcDriver

2019-01-14 Thread GitBox
diff --git a/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamCalciteSchema.java b/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamCalciteSchema.java index fa5dcb3cfcce..8d0bb9092c4f 100644 ---

[beam] branch master updated (c38d84c -> f8a5dd6)

2019-01-14 Thread anton
This is an automated email from the ASF dual-hosted git repository. anton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from c38d84c Merge pull request #7284: [BEAM-6234] Add failOnCheckpointingErrors setting in FlinkPipelineOptions add

[beam] branch asf-site updated: Publishing website 2019/01/14 23:11:46 at commit 25bd43e

2019-01-14 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/asf-site by this push: new 2bf9d99 Publishing website 2019/01/14

[beam] 01/01: Merge pull request #7305: Update 2017-08-04-splittable-do-fn.md

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 25bd43e9b59330a853caa87cf3cb3baccd11ae53 Merge: 1a898c3 e5eef8b Author: Chamikara Jayalath AuthorDate: Mon Jan 14

[beam] Diff for: [GitHub] chamikaramj merged pull request #7305: Update 2017-08-04-splittable-do-fn.md

2019-01-14 Thread GitBox
diff --git a/website/src/_posts/2017-08-04-splittable-do-fn.md b/website/src/_posts/2017-08-04-splittable-do-fn.md index 39228256af59..3483cbf101ee 100644 --- a/website/src/_posts/2017-08-04-splittable-do-fn.md +++ b/website/src/_posts/2017-08-04-splittable-do-fn.md @@ -39,7 +39,7 @@

[beam] branch master updated (1a898c3 -> 25bd43e)

2019-01-14 Thread chamikara
This is an automated email from the ASF dual-hosted git repository. chamikara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 1a898c3 Merge pull request #7428: [BEAM-6391] add missing raise keywords add e5eef8b Update

[beam] branch master updated: Pin spotless and googleJavaFormat to latest; apply globally

2019-01-14 Thread kenn
This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new d05da8c Pin spotless and googleJavaFormat to

[beam] Diff for: [GitHub] kennknowles merged pull request #7505: [BEAM-5009] Pin spotless and googleJavaFormat to latest; apply globally

2019-01-14 Thread GitBox
diff --git a/build.gradle b/build.gradle index f8d8ef2e9605..bb9de48e4f32 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ buildscript { classpath "io.spring.gradle:propdeps-plugin:0.0.9.RELEASE" // Enable provided and optional

[beam] 01/01: Merge pull request #7501 from tvalentyn/patch-32

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 2f9d7112bc03b94c419eb48805972f7792d57b7d Merge: d05da8c a443030 Author: Ahmet Altay AuthorDate: Mon Jan 14 17:18:54 2019

[beam] branch aaltay-patch-1 deleted (was 346ca57)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a change to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git. was 346ca57 Fix comment typo in statesampler_test The revisions that were on this branch are still contained in

[beam] Diff for: [GitHub] aaltay merged pull request #7501: Fix a typo

2019-01-14 Thread GitBox
diff --git a/sdks/python/apache_beam/runners/worker/statesampler_test.py b/sdks/python/apache_beam/runners/worker/statesampler_test.py index 1ff0c5ca6f5d..176f6e52b407 100644 --- a/sdks/python/apache_beam/runners/worker/statesampler_test.py +++

[beam] branch master updated (d05da8c -> 2f9d711)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from d05da8c Pin spotless and googleJavaFormat to latest; apply globally add a443030 Fix typo new 2f9d711 Merge

[beam] branch master updated: [BEAM-5319] Python 3 port runners module (#7445)

2019-01-14 Thread altay
This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 2bcf9fd [BEAM-5319] Python 3 port runners module

[beam] Diff for: [GitHub] aaltay merged pull request #7445: [BEAM-5319] Python 3 port runners module

2019-01-14 Thread GitBox
diff --git a/sdks/python/apache_beam/runners/interactive/cache_manager.py b/sdks/python/apache_beam/runners/interactive/cache_manager.py index 75805d6826bc..e8816fe29773 100644 --- a/sdks/python/apache_beam/runners/interactive/cache_manager.py +++

[beam] Diff for: [GitHub] boyuanzz closed pull request #7508: [DO NOT MERGE] Run all PostCommit Tests against Release Branch

2019-01-14 Thread GitBox
diff --git a/empty_file.txt b/empty_file.txt new file mode 100644 index ..e69de29bb2d1 With regards, Apache Git Services

[beam] Diff for: [GitHub] kennknowles merged pull request #7506: [BEAM-6430] Fix EXCEPT

2019-01-14 Thread GitBox
diff --git a/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/BeamSetOperatorsTransforms.java b/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/BeamSetOperatorsTransforms.java index 581fb08e83f8..4827e2d579f8

[beam] Diff for: [GitHub] kennknowles merged pull request #7504: [BEAM-6427] INTERSECT ALL is not compatible with SQL standard.

2019-01-14 Thread GitBox
diff --git a/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/BeamSetOperatorsTransforms.java b/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/BeamSetOperatorsTransforms.java index 581fb08e83f8..99f21a358052

[beam] branch master updated: [BEAM-6430] Fix EXCEPT.

2019-01-14 Thread kenn
This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 761240f [BEAM-6430] Fix EXCEPT. 761240f is

[beam] branch master updated: [BEAM-6427]INTERSECT ALL is not compatible with SQL standard.

2019-01-14 Thread kenn
This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new d7a0a3f [BEAM-6427]INTERSECT ALL is not compatible

[beam] Diff for: [GitHub] iemejia merged pull request #7495: [BEAM-6421] Fix wrong command in the contribution guide

2019-01-14 Thread GitBox
diff --git a/website/src/contribute/index.md b/website/src/contribute/index.md index ec2351808fa7..865cd8c33042 100644 --- a/website/src/contribute/index.md +++ b/website/src/contribute/index.md @@ -114,7 +114,7 @@ To contribute code, you need For a given module, use: - $ ./gradlew

[beam] branch master updated (dbde3e5 -> 003d9b1)

2019-01-14 Thread iemejia
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 dbde3e5 Merge pull request #7496: [BEAM-6418] Avoid Jenkins memory problems for Flink build targets add

[beam] branch asf-site updated: Publishing website 2019/01/14 09:19:43 at commit 003d9b1

2019-01-14 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/asf-site by this push: new f6250fd Publishing website 2019/01/14

[beam] 01/01: Merge pull request #7494: [BEAM-3608] Port shaded Guava to vendored Guava

2019-01-14 Thread iemejia
This is an automated email from the ASF dual-hosted git repository. iemejia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit b953645ed6db837d24284d7fe1fe091e7309f821 Merge: 003d9b1 247e93e Author: Ismaël Mejía AuthorDate: Mon Jan 14 10:32:15

[beam] branch master updated (003d9b1 -> b953645)

2019-01-14 Thread iemejia
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 003d9b1 Merge pull request #7495: [BEAM-6421] Fix wrong command in the contribution guide add 247e93e Port

[beam] Diff for: [GitHub] robertwb merged pull request #7454: [BEAM-6184] Enforce javadoc check on non-trivial public methods

2019-01-14 Thread GitBox
diff --git a/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/FlinkExecutableStageFunction.java b/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/FlinkExecutableStageFunction.java index 570e5dc620c0..bc51a106d7bd 100644 ---

[beam] branch master updated (b953645 -> 213f6c9)

2019-01-14 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from b953645 Merge pull request #7494: [BEAM-3608] Port shaded Guava to vendored Guava add 213f6c9 [BEAM-6184]

[beam] branch spark-runner_structured-streaming updated (d5f235d -> c6618c5)

2019-01-14 Thread aromanenko
This is an automated email from the ASF dual-hosted git repository. aromanenko pushed a change to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git. discard d5f235d Enable gradle build scan discard 2acdf67 Enable test mode discard a7d2328

[beam] 01/01: First attempt for ParDo primitive implementation

2019-01-14 Thread aromanenko
This is an automated email from the ASF dual-hosted git repository. aromanenko pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit c6618c5d4099e3fa2e7f15d7f8388d2b6b9905b0 Author: Alexey Romanenko AuthorDate: Mon Jan 7

[beam] branch spark-runner_structured-streaming updated: First attempt for ParDo primitive implementation

2019-01-14 Thread aromanenko
This is an automated email from the ASF dual-hosted git repository. aromanenko pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/spark-runner_structured-streaming by this push:

[beam] 08/11: Put all transform translators Serializable

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit a7d2328d697319be6d5ebea196cfe9389b5cda0f Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 06/11: Fix SourceTest

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 3be7f2db80a88d723302848d35b183c5a3032062 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 07/11: Simplify beam reader creation as it created once the source as already been partitioned

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 9fad3d438d13326e88f74a08d8370eeed8288935 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 01/11: Fix serialization issues

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit bab9027f9fd6d7bf38134518b98d942fc75ec16a Author: Etienne Chauchot AuthorDate: Thu Jan 10

[beam] branch spark-runner_structured-streaming updated (c6618c5 -> af80e19)

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a change to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git. discard c6618c5 First attempt for ParDo primitive implementation new bab9027 Fix

[beam] 03/11: Fix SerializationDebugger

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 43c737b2f4b0e22c41a41fb5a0196acce92627d0 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 09/11: Enable test mode

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 2acdf672cbbde78e4fb9cd5053b44109c8a07a0f Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 02/11: Add SerializationDebugger

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 5c9fcd34b7b092c1d2c0935aee06ae1fd412ed30 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 11/11: Add flatten test

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit af80e19c16fd9a32dda0b1006da16cc3dd806c2e Author: Etienne Chauchot AuthorDate: Mon Jan 14

[beam] 04/11: Add serialization test

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 47c20c27b261afcd7da9b807b040c78bd7db2495 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 10/11: Enable gradle build scan

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit d5f235d6e807af871d73251fcd449f6d8a12a490 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] 05/11: Move SourceTest to same package as tested class

2019-01-14 Thread echauchot
This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch spark-runner_structured-streaming in repository https://gitbox.apache.org/repos/asf/beam.git commit 002f0b4913f13d45792ada45145f486059d81b28 Author: Etienne Chauchot AuthorDate: Fri Jan 11

[beam] Diff for: [GitHub] dmvk merged pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators

2019-01-14 Thread GitBox
diff --git a/sdks/java/extensions/euphoria/src/main/java/org/apache/beam/sdk/extensions/euphoria/core/translate/AbstractJoinTranslator.java b/sdks/java/extensions/euphoria/src/main/java/org/apache/beam/sdk/extensions/euphoria/core/translate/AbstractJoinTranslator.java index

[beam] 01/01: Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators

2019-01-14 Thread dmvk
This is an automated email from the ASF dual-hosted git repository. dmvk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 978034149747f2c6f13d4ceaec203b89e2e616b6 Merge: 213f6c9 1ba3efb Author: David Moravek AuthorDate: Mon Jan 14 14:56:53 2019

[beam] branch master updated (213f6c9 -> 9780341)

2019-01-14 Thread dmvk
This is an automated email from the ASF dual-hosted git repository. dmvk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 213f6c9 [BEAM-6184] Enforce javadoc check on non-trivial public methods (#7454) add 452e0d1 [BEAM-6350] Reuse