[beam] branch master updated (8e989a3 -> 6c65527)

2019-08-12 Thread lcwik
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 8e989a3 [BEAM-5148] Optionally load bson (#9308) add babf86b [BEAM-5822] Remove non vendored byte-buddy

[beam] 01/01: [BEAM-5822] Remove non vendored byte-buddy dependency from sdks/java/core

2019-08-12 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 6c65527067b07e66679a47d6b278315fc7f50cb3 Merge: 8e989a3 babf86b Author: Lukasz Cwik AuthorDate: Mon Aug 12 11:32:43 2019

[beam] branch master updated (936110f -> 3e97543)

2019-08-08 Thread lcwik
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 936110f [BEAM-7820] Add basic hot key detection logging in Worker. (#9270) add ca050b9 use vendor-bytebuddy

[beam] 01/01: [BEAM-6907] Reuse Python tarball in tox & dataflow integration tests

2019-08-08 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit b69c81ac7a25c1e3b149ad829b64b2f6b02c6452 Merge: 0ecd166 b3c2915 Author: Lukasz Cwik AuthorDate: Thu Aug 8 12:48:28 2019

[beam] branch master updated (0ecd166 -> b69c81a)

2019-08-08 Thread lcwik
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 0ecd166 Merge pull request #9116: [BEAM-7776] Stop Using Perfkit in IOIT add 13450c4 [BEAM-6907] Reuse Python

[beam] branch master updated (7848ead -> 25ac4ef)

2019-08-08 Thread lcwik
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 7848ead [BEAM-7912] Optimize GroupIntoBatches for batch Dataflow pipelines. add f1dc92f [BEAM-7613

[beam] 01/01: [BEAM-7613] HadoopFileSystem can work with more than one cluster.

2019-08-08 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 25ac4efe13ce7e98bea39893c8d555743bbe570e Merge: 7848ead f1dc92f Author: Lukasz Cwik AuthorDate: Thu Aug 8 10:00:38 2019

[beam] branch master updated (c9e5ea8 -> 7848ead)

2019-08-08 Thread lcwik
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 c9e5ea8 [BEAM -7741] Implement SetState for Python SDK (#9090) add 57d8fd3 [BEAM-7912] Optimize GroupIntoBatches

[beam] branch master updated (bd54ac5 -> 6159162)

2019-08-06 Thread lcwik
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 bd54ac5 Merge pull request #9243 from tvalentyn/patch-59 add a6a57df Increase default chunk size for gRPC commit

[beam] 01/01: [BEAM-7901] Increase default chunk size for gRPC commit and get data streams.

2019-08-06 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 61591624a26d14f8d2bf651237ad7fae9a23a7e8 Merge: bd54ac5 7618f93 Author: Lukasz Cwik AuthorDate: Tue Aug 6 08:51:32 2019

[beam] branch master updated: Update Dataflow container images used by unreleased (dev) SDK.

2019-08-06 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 6252b66 Update Dataflow container images used

[beam] branch master updated: [Java] remove unneeded junit dependency.

2019-08-05 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 01f3606 [Java] remove unneeded junit dependency

[beam] branch master updated: Fix some copy paste errors

2019-08-05 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 c5c7076 Fix some copy paste errors new

svn commit: r34901 - /dev/beam/vendor/

2019-07-16 Thread lcwik
Author: lcwik Date: Tue Jul 16 21:27:19 2019 New Revision: 34901 Log: Move release artifacts from dev to release. Release vote result: https://lists.apache.org/thread.html/5f3682f12e18e9bebc0d085166a1505a362bb741c7d852def8e59870@%3Cdev.beam.apache.org%3E Removed: dev/beam/vendor/

svn commit: r34900 - in /release/beam/vendor: ./ beam-vendor-bytebuddy-1_9_3/ beam-vendor-bytebuddy-1_9_3/0.1/ beam-vendor-grpc-1_21_0/ beam-vendor-grpc-1_21_0/0.1/ beam-vendor-guava-26_0-jre/ beam-ve

2019-07-16 Thread lcwik
Author: lcwik Date: Tue Jul 16 21:26:30 2019 New Revision: 34900 Log: Move artifacts from dev to release. Release vote result: https://lists.apache.org/thread.html/5f3682f12e18e9bebc0d085166a1505a362bb741c7d852def8e59870@%3Cdev.beam.apache.org%3E Added: release/beam/vendor/ release/beam

[beam] 01/01: [BEAM-7736] Free worker when work is skipped

2019-07-15 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 93be6ae8e754fb8a68736b82d352eb23ede01d82 Merge: a89cc2a 1e47cc0 Author: Lukasz Cwik AuthorDate: Mon Jul 15 10:33:24 2019

[beam] branch master updated (a89cc2a -> 93be6ae)

2019-07-15 Thread lcwik
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 a89cc2a Merge pull request #9006: [BEAM-7694] Fix error spelling in annotation of SparkTransformOverrides add

svn commit: r34859 - in /dev/beam/vendor: beam-vendor-bytebuddy-1_9_3/ beam-vendor-bytebuddy-1_9_3/0.1/ beam-vendor-grpc-1_21_0/0.1/ beam-vendor-guava-26_0-jre/0.1/

2019-07-11 Thread lcwik
Author: lcwik Date: Fri Jul 12 03:23:46 2019 New Revision: 34859 Log: Prepare source release for vendored dependencies release RC #3. Added: dev/beam/vendor/beam-vendor-bytebuddy-1_9_3/ dev/beam/vendor/beam-vendor-bytebuddy-1_9_3/0.1/ dev/beam/vendor/beam-vendor-bytebuddy-1_9_3/0.1

[beam] branch master updated: [BEAM-4948, BEAM-6267, BEAM-5559, BEAM-7289] Fix shading of vendored guava to exclude classes from transitive dependencies which aren't needed at runtime.a

2019-07-11 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 b1fe777 [BEAM-4948, BEAM-6267, BEAM-5559, BEAM

[beam] branch master updated: Ensure that publishing vendored artifacts checks the contents of the jar before publishing.

2019-07-11 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 0b61d3e Ensure that publishing vendored artifacts

[beam] branch master updated: [BEAM-7668] Add ability to query a pipeline definition from a gRPC JobService

2019-07-10 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 7d11bca [BEAM-7668] Add ability to query

[beam] 01/01: [BEAM-7690] Port WordCountTest off DoFnTester

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 4ba9989799efa5d9a0a76d89022fb6edd265255a Merge: 7d7f897 51c8873 Author: Lukasz Cwik AuthorDate: Tue Jul 9 15:56:20 2019

[beam] branch master updated (7d7f897 -> 4ba9989)

2019-07-09 Thread lcwik
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 7d7f897 Update Python Dataflow runner to patch side input coders on the unified worker, too add 51c8873 [BEAM

[beam] branch master updated (b4efbb2 -> 7d7f897)

2019-07-09 Thread lcwik
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 b4efbb2 Merge pull request #8874 from kamilwu/bq-perf-jenkins add 485a781 Update Python Dataflow runner to patch

[beam] 01/01: Update Python Dataflow runner to patch side input coders on the unified worker, too

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 7d7f897d10bb8c3b0fba7f6d01d497d4cd373d1c Merge: b4efbb2 485a781 Author: Lukasz Cwik AuthorDate: Tue Jul 9 15:41:15 2019

svn commit: r34822 - in /dev/beam/vendor: ./ beam-vendor-grpc-1_21_0/ beam-vendor-grpc-1_21_0/0.1/ beam-vendor-guava-26_0-jre/ beam-vendor-guava-26_0-jre/0.1/

2019-07-09 Thread lcwik
Author: lcwik Date: Tue Jul 9 22:29:32 2019 New Revision: 34822 Log: Source files for RC #2 for org.apache.beam:beam-vendor-grpc-1_21_0:0.1 and org.apache.beam:beam-vendor-guava-26_0-jre 0.1 Added: dev/beam/vendor/ dev/beam/vendor/beam-vendor-grpc-1_21_0/ dev/beam/vendor/beam

[beam] branch master updated (0b83651 -> 2a00f2e)

2019-07-09 Thread lcwik
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 0b83651 Merge pull request #9027 from paulgc/master add f17d1db BEAM-3645 add thread lock new 2a00f2e

[beam] 01/01: [BEAM-3645] add thread lock for ParallelBundleManager

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 2a00f2e2ca9168cb4fa68e604b147c81d0d32f24 Merge: 0b83651 f17d1db Author: Lukasz Cwik AuthorDate: Tue Jul 9 14:54:18 2019

[beam] branch master updated (5c0905c -> f34c286)

2019-07-09 Thread lcwik
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 5c0905c Merge pull request #9016 from boyuanzz/fix_format add f8cd4a8 [BEAM-7653] Add PTransformTranslator

[beam] 01/01: [BEAM-7653] Add PTransformTranslator for Combine.GroupedValues

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit f34c28655ee5dcc096e169b4abf4edd9edf120f7 Merge: 5c0905c f8cd4a8 Author: Lukasz Cwik AuthorDate: Tue Jul 9 14:30:30 2019

[beam] 01/01: [BEAM-7709] Re-use node for explicit flattens

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 14d8c3d64c0eb42744e02b3f4fe9890f59c4e2f1 Merge: cbac53b fab3ae0 Author: Lukasz Cwik AuthorDate: Tue Jul 9 13:26:29 2019

[beam] branch master updated (cbac53b -> 14d8c3d)

2019-07-09 Thread lcwik
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 cbac53b Update code comments to improve readability in docs (#9024) add fab3ae0 [BEAM-7709] Re-use node

[beam] branch master updated: Update code comments to improve readability in docs (#9024)

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 cbac53b Update code comments to improve

[beam] 01/01: Cherry pick #8954: Spotless config update to include java files only under src directory

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch release-2.14.0 in repository https://gitbox.apache.org/repos/asf/beam.git commit 524272bf5ce5c077f2885d312abd056fbb0eb7f5 Merge: 09ea2ca 0503e65 Author: Lukasz Cwik AuthorDate: Tue Jul 9 11:16:16

[beam] branch release-2.14.0 updated (09ea2ca -> 524272b)

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch release-2.14.0 in repository https://gitbox.apache.org/repos/asf/beam.git. from 09ea2ca Merge pull request #8958 from tvalentyn/py3_warning_cp add 0503e65 Spotless config update

[beam] branch master updated (a2f8458 -> 66bd44f)

2019-07-09 Thread lcwik
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 a2f8458 Merge pull request #9021 from amaliujia/patch-1 add b2ef9ca Added new example on how to create a custom

[beam] branch master updated: [SQL][Doc] fix broken gradle command.

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 4e1db10 [SQL][Doc] fix broken gradle command

[beam] branch master updated (db913ef -> 600099a)

2019-07-09 Thread lcwik
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 db913ef Merge pull request #8934: [BEAM-7437] Add streaming flag to BQ streaming inserts IT test add a00f753

[beam] 01/01: [BEAM-7708] don't expect SQL shell bundled dependencies to be shadowed

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 600099a4d17d03e6c94fcad58b6d25ccf644ee56 Merge: db913ef a00f753 Author: Lukasz Cwik AuthorDate: Tue Jul 9 11:07:47 2019

[beam] branch master updated (42ef04a -> 16e4fbc)

2019-07-09 Thread lcwik
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 42ef04a Merge pull request #8866 from ttanay/unskip-reify-test add 67ed7ac [BEAM-6740] Add PTransformTranslator

[beam] 01/01: [BEAM-6740] Add PTransformTranslator for Combine.Globally

2019-07-09 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 16e4fbc6c9a18740416c3ed78177ad44ca752609 Merge: 42ef04a 18e0ac8 Author: Lukasz Cwik AuthorDate: Tue Jul 9 10:05:18 2019

[beam] 01/01: [BEAM-5605] Update Beam Java SDK backlog to track latest changes in Beam Python SDK.

2019-07-08 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 82cfdb805e4a530443f450f7262ff344d5cc7ede Merge: 2d5e493 279f2d4 Author: Lukasz Cwik AuthorDate: Mon Jul 8 13:30:38 2019

[beam] branch master updated (2d5e493 -> 82cfdb8)

2019-07-08 Thread lcwik
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 2d5e493 Merge pull request #8847: [BEAM-7550] Missing pipeline parameters in ParDo Load Test add 279f2d4 [BEAM

[beam] branch master updated (6aceab4 -> fbd1f4c)

2019-07-02 Thread lcwik
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 6aceab4 Merge pull request #8834: [BEAM-7536] Fix BigQuery dataset name in collecting Load Tests metrics add

[beam] branch master updated (3d576f7 -> 45d8a28)

2019-07-01 Thread lcwik
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 3d576f7 Merge pull request #8951 from riazela/TextTableRowCount add b31f930 BEAM-3645 add

[beam] 01/01: [BEAM-3645] add ParallelBundleManager

2019-07-01 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 45d8a28191a686493534acb3588bbd7e9c3d3139 Merge: 3d576f7 f391aa4 Author: Lukasz Cwik AuthorDate: Mon Jul 1 12:28:18 2019

[beam] branch beam5605 deleted (was 3d576f7)

2019-07-01 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam5605 in repository https://gitbox.apache.org/repos/asf/beam.git. was 3d576f7 Merge pull request #8951 from riazela/TextTableRowCount The revisions that were on this branch are still

[beam] branch beam5605 created (now 3d576f7)

2019-07-01 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam5605 in repository https://gitbox.apache.org/repos/asf/beam.git. at 3d576f7 Merge pull request #8951 from riazela/TextTableRowCount No new revisions were added by this update.

[beam] 01/01: [BEAM-7547] Avoid WindmillStateCache cache hits for stale work.

2019-06-28 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 9cea44998e22f156b7cd452cc19c94d0518829e4 Merge: 00c402d 3c43cc1 Author: Lukasz Cwik AuthorDate: Fri Jun 28 13:44:40 2019

[beam] branch master updated (00c402d -> 9cea449)

2019-06-28 Thread lcwik
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 00c402d Merge pull request #8895: [BEAM-7586] Add Integration test for python mongodb io add 3c43cc1 [BEAM-7547

[beam] branch master updated (abede33 -> 0f862ba)

2019-06-24 Thread lcwik
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 abede33 Merge pull request #8887: Fix errors in py sdk io utils and add unit tests add fa96609 [BEAM-7572

[beam] 01/01: [BEAM-7572] ApproximateUnique.Globally and ApproximateUnique.PerKey classes are inaccessible

2019-06-24 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 0f862baea53ace3b67dc0991bbd8024dab684f49 Merge: abede33 fa96609 Author: Lukasz Cwik AuthorDate: Mon Jun 24 11:13:55 2019

[beam] 01/01: [BEAM-7307] Fix load tests failures due to mistake in previous PR

2019-06-24 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit a2290278ae4361f4348cdaeaaeff54b56cadc488 Merge: e0cbd2a 690ab87 Author: Lukasz Cwik AuthorDate: Mon Jun 24 09:23:44 2019

[beam] branch master updated (e0cbd2a -> a229027)

2019-06-24 Thread lcwik
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 e0cbd2a Merge pull request #8861: [BEAM-7431] revert expensive byte monitor operations from Core Operations and IO

[beam] branch master updated: Make PubsubIO#withCoderAndParseFn public (#8879)

2019-06-20 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 c775eda Make PubsubIO#withCoderAndParseFn public

[beam] branch master updated: [BEAM-4046, BEAM-7307] revert PR 8581, migrate jenkins tests to use directory based names instead of artifact names (#8881)

2019-06-20 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 fa37fc5 [BEAM-4046, BEAM-7307] revert PR 8581

[beam] branch master updated (94260de -> e9debbf)

2019-06-20 Thread lcwik
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 94260de Merge pull request #8911: [BEAM-7597] Fix Typo on website add 2bf6fde [BEAM-5806] Update PubsubIO

[beam] 01/01: [BEAM-5806] Update PubsubIO to be able to change the PubsubClientFactory

2019-06-20 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit e9debbfeddb62f6a3b1e506d021168619cb943e0 Merge: 94260de 2bf6fde Author: Lukasz Cwik AuthorDate: Thu Jun 20 09:01:25 2019

[beam] branch master updated (29868a7 -> 4f7d802)

2019-06-19 Thread lcwik
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 29868a7 [BEAM-7507] Avoid more String.format and ByteString.toStringUtf8 add 814713c [BEAM-7467] Do not run

[beam] 01/01: [BEAM-7467] Do not run gearpump pipeline remotely by default

2019-06-19 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 4f7d802ae7b532a3306ee207db5b85cd366a84ad Merge: 29868a7 814713c Author: Lukasz Cwik AuthorDate: Wed Jun 19 09:55:10 2019

[beam] branch master updated (25955c6 -> 29868a7)

2019-06-19 Thread lcwik
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 25955c6 [BEAM-7579] Use bucket with default key in ITs add 15d7be3 [BEAM-7507] Avoid more String.format

[beam] 01/01: [BEAM-7507] Avoid more String.format and ByteString.toStringUtf8

2019-06-19 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 29868a7019981b6ac6ef3ef847708343b6ea8094 Merge: 25955c6 15d7be3 Author: Lukasz Cwik AuthorDate: Wed Jun 19 09:49:55 2019

[beam] branch master updated (eb5a8c2 -> 25955c6)

2019-06-19 Thread lcwik
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 eb5a8c2 Merge pull request #8848: [BEAM-7543] ReduceByKey.combineBy must accept BinaryFunction add 5c2b362

[beam] 01/01: [BEAM-7579] Use bucket with default key in ITs

2019-06-19 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 25955c6c5c20f542e5a5d11159b7bda5fbed56a8 Merge: eb5a8c2 4d33e4b Author: Lukasz Cwik AuthorDate: Wed Jun 19 09:24:05 2019

[beam] branch master updated (ce09b84 -> a6c9c92)

2019-06-18 Thread lcwik
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 ce09b84 [BEAM-7461] Disalbe flaky tests add 83bc006 Use StateTags.ID_EQUIVALENCE when using comparing StateTags

[beam] 01/01: [BEAM-7461] Disalbe flaky tests

2019-06-17 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit ce09b8416c481ae8a4155931ec148e3d51773bd0 Merge: fe6891a 944646e Author: Lukasz Cwik AuthorDate: Mon Jun 17 22:58:20 2019

[beam] branch master updated (fe6891a -> ce09b84)

2019-06-17 Thread lcwik
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 fe6891a Fixing file naming for windows (#8870) add 944646e [BEAM-7461] disalbe flaky tests due to flaky

[beam] branch master updated (e432b96 -> 36f4f85)

2019-06-17 Thread lcwik
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 e432b96 [BEAM-6777] Let HealthzServlet respond actual health information of SDK harnesses (#8827) add 18100ca

[beam] 01/01: [website] Use code.jquery.com for jQuery CDN

2019-06-17 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 36f4f85e60427dc953e949626207dbd7ad17f0a2 Merge: e432b96 ff89b2e Author: Lukasz Cwik AuthorDate: Mon Jun 17 09:52:48 2019

[beam] branch master updated (e46d0f8 -> 11aacd2)

2019-06-14 Thread lcwik
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 e46d0f8 [BEAM-7531] Remove and disallow KMS key setting add 55e3f16 Remove unused **kwargs arguments for various

[beam] 01/01: Remove unused **kwargs arguments for various transforms.

2019-06-14 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 11aacd2ea2e2b1fec54efc0557e016e2b7f8d944 Merge: e46d0f8 55e3f16 Author: Lukasz Cwik AuthorDate: Fri Jun 14 10:27:07 2019

[beam] branch master updated (2be7457 -> e46d0f8)

2019-06-14 Thread lcwik
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 2be7457 Adding a Link to The Doc for Cost Estimation add 5b3807b [BEAM-7531] Remove and disallow KMS key setting

[beam] 01/01: [BEAM-7531] Remove and disallow KMS key setting

2019-06-14 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit e46d0f8d17a107190aecd391885402f53f0e10c2 Merge: 2be7457 5b3807b Author: Lukasz Cwik AuthorDate: Fri Jun 14 10:07:52 2019

[beam] 01/01: Adding a Link to The Doc for Cost Estimation

2019-06-14 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 2be7457a4c0b311c3bd784b3f00b425596adeb06 Merge: d38a4da f5bc2fe Author: Lukasz Cwik AuthorDate: Fri Jun 14 09:49:14 2019

[beam] branch master updated (d38a4da -> 2be7457)

2019-06-14 Thread lcwik
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 d38a4da Merge pull request #8858: [BEAM-7542] Fix faulty cast in BigQueryUtils add f5bc2fe Adding a Link

[beam] branch master updated: [BEAM-7541] provide runner & filesystem deps for IOIT in runtime

2019-06-13 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik 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 1362956 [BEAM-7541] provide runner & filesy

[beam] 01/01: Use when/then style for Mockito stubs

2019-06-11 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit e7aadf58f348a17bb2e74781d201e40ccf996a80 Merge: 76a1d51 36df7b4 Author: Lukasz Cwik AuthorDate: Tue Jun 11 11:35:15 2019

[beam] branch master updated (76a1d51 -> e7aadf5)

2019-06-11 Thread lcwik
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 76a1d51 [BEAM-5995] add Jenkins job with GBK Python load tests (#8151) add 36df7b4 Use when/then style

[beam] branch beam7462 deleted (was b6cb4f4)

2019-06-10 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam7462 in repository https://gitbox.apache.org/repos/asf/beam.git. was b6cb4f4 fix minor typo in BatchLoads.java The revisions that were on this branch are still contained in other

[beam] branch beam7462 created (now b6cb4f4)

2019-06-10 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam7462 in repository https://gitbox.apache.org/repos/asf/beam.git. at b6cb4f4 fix minor typo in BatchLoads.java No new revisions were added by this update.

[beam] branch master updated (f42d92e -> b6cb4f4)

2019-06-10 Thread lcwik
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 f42d92e Adding Python samples to the Stateful Processing post. (#8363) add d6301f59 fix minor typo add

[beam] branch master updated (ce63125 -> 58634bc)

2019-06-10 Thread lcwik
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 ce63125 BEAM-7475: Update programming guide with stateful and timer example (#8740) add 25a6874 [BEAM-6620

[beam] branch master updated (fc24deb -> c85f0f5)

2019-06-07 Thread lcwik
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 fc24deb [BEAM-7512] Replace deprecated self.assertEquals with self.assertEqual add 89b08e1 [BEAM-7470] Update

[beam] 01/01: [BEAM-7470] Update proto and all SDKs to make the logical data stream over the data plane identified solely by instruction id and transform id.

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit c85f0f51634e65fe332e8bbe18fbf0689eb44d0f Merge: fc24deb 89b08e1 Author: Lukasz Cwik AuthorDate: Fri Jun 7 18:01:26 2019

[beam] branch master updated (13fcf78 -> fc24deb)

2019-06-07 Thread lcwik
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 13fcf78 [BEAM-6821] FileBasedSink improper paths (#8054) add cc9eec9 [BEAM-7512] Replace deprecated

[beam] 01/01: [BEAM-7507] Use TextFormat to escape workIds to a string rather than utf8

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 99204ada385d3299f49b5dc2ad476fa4f9e8bbff Merge: 5ee4cf4 58be4e8 Author: Lukasz Cwik AuthorDate: Fri Jun 7 09:19:21 2019

[beam] branch master updated (5ee4cf4 -> 99204ad)

2019-06-07 Thread lcwik
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 5ee4cf4 [BEAM-6199] Remove outdated Combine URNs add 58be4e8 [BEAM-7507] Use TextFormat to escape workIds

[beam] 01/01: [BEAM-7342] Extend SyntheticPipeline map steps to be splittable.

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 479bf500767abaccc22c07245de59bd57f53bf0b Merge: 99204ad 16f13c4 Author: Lukasz Cwik AuthorDate: Fri Jun 7 09:23:20 2019

[beam] branch master updated (99204ad -> 479bf50)

2019-06-07 Thread lcwik
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 99204ad [BEAM-7507] Use TextFormat to escape workIds to a string rather than utf8 add 0ee670e Test add

[beam] branch beam6904 deleted (was 5ee4cf4)

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam6904 in repository https://gitbox.apache.org/repos/asf/beam.git. was 5ee4cf4 [BEAM-6199] Remove outdated Combine URNs The revisions that were on this branch are still contained

[beam] branch beam6904 created (now 5ee4cf4)

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a change to branch beam6904 in repository https://gitbox.apache.org/repos/asf/beam.git. at 5ee4cf4 [BEAM-6199] Remove outdated Combine URNs No new revisions were added by this update.

[beam] 01/01: [BEAM-6199] Remove outdated Combine URNs

2019-06-07 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 5ee4cf4e4880782492ec26f2b454a6df9b25f1e2 Merge: 2e0e6a8 a9fa019 Author: Lukasz Cwik AuthorDate: Fri Jun 7 08:36:23 2019

[beam] branch master updated (2e0e6a8 -> 5ee4cf4)

2019-06-07 Thread lcwik
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 2e0e6a8 Merge pull request #8785: [BEAM-7413] Fixes bug in partitioning of GroupNonMergingWindowsFunctions add

[beam] 01/01: [BEAM-6620, BEAM-3606] Stop shading by default.

2019-06-06 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit b26e6227c3e41028ed5d6a671e51d2df38e43576 Merge: 67e3c34 e363d8c Author: Lukasz Cwik AuthorDate: Thu Jun 6 15:31:30 2019

[beam] branch master updated (67e3c34 -> b26e622)

2019-06-06 Thread lcwik
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 67e3c34 Merge pull request #8779 from lukecwik/beam7499 add 1de0517 [BEAM-6620, BEAM-3606] Stop shading

[beam] 01/01: Update python containers to beam-master-20190605

2019-06-06 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 7c2eb17f46c105cded5a0035a4d8f439998f563d Merge: 2b74933 8097972 Author: Lukasz Cwik AuthorDate: Thu Jun 6 09:55:42 2019

[beam] branch master updated (2b74933 -> 7c2eb17)

2019-06-06 Thread lcwik
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 2b74933 Merge pull request #8748 from ttanay/it-streaming-inserts add 8097972 Update python containers to beam

[beam] 01/01: [BEAM-3606] Remove unused guava_testlib from dependency sets.

2019-06-04 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 0b9627048f286d90dffcfe0a638fd749f0f78870 Merge: 3710eea a69e76a Author: Lukasz Cwik AuthorDate: Tue Jun 4 15:17:41 2019

[beam] branch master updated (3710eea -> 0b96270)

2019-06-04 Thread lcwik
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 3710eea Merge pull request #8432: [BEAM-7175] Add Spark Portable ValidatesRunner Batch postcommit test add

[beam] 01/01: [BEAM-3606] Remove guava-testlib from sdks/java/core main dependency set

2019-06-04 Thread lcwik
This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 19a45bf4a76c61edb1149a993103aec0e459cd2b Merge: e3926d8 6d17908 Author: Lukasz Cwik AuthorDate: Tue Jun 4 13:22:51 2019

<    3   4   5   6   7   8   9   10   11   12   >