[beam] branch master updated (a47b697 -> 680d911)

2018-12-27 Thread apilloud
This is an automated email from the ASF dual-hosted git repository. apilloud pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from a47b697 Merge pull request #7355 from lostluck/arity add 643e562 Enforce the checkstyle IllegalThrows rule for

[beam] 01/01: Merge pull request #7355 from lostluck/arity

2018-12-27 Thread apilloud
This is an automated email from the ASF dual-hosted git repository. apilloud pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit a47b6976846bb9028f723323240928d0b6cdff1c Merge: 498b186 e413099 Author: Andrew Pilloud AuthorDate: Thu Dec 27 11:33:07 2

[beam] branch master updated (498b186 -> a47b697)

2018-12-27 Thread apilloud
This is an automated email from the ASF dual-hosted git repository. apilloud pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 498b186 Merge pull request #7364 from Ardagan/FixBMetrics add e413099 [BEAM-4726] Add arity specialization for

[beam] 01/01: Merge pull request #7364 from Ardagan/FixBMetrics

2018-12-27 Thread apilloud
This is an automated email from the ASF dual-hosted git repository. apilloud pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 498b1860c120ac5845450cce5d16b06b6f6e8b23 Merge: ffec485 8f50ac2 Author: Andrew Pilloud AuthorDate: Thu Dec 27 11:16:13 2

[beam] branch master updated (ffec485 -> 498b186)

2018-12-27 Thread apilloud
This is an automated email from the ASF dual-hosted git repository. apilloud pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from ffec485 Flink 1.5.6 upgrade (#7322) add 671ed3f Update data source for syncing jobs from Jenkins. add 8f5

[beam] branch master updated: Flink 1.5.6 upgrade (#7322)

2018-12-27 Thread thw
This is an automated email from the ASF dual-hosted git repository. thw 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 ffec485 Flink 1.5.6 upgrade (#7322) ffec485 is descr

[beam] branch master updated (bac909b -> f190152)

2018-12-27 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 bac909b Treat VarInt encoding as a Beam primitive encoding in Dataflow runner (#7351) add f720985 [BEAM-6110] Fo

[beam] 01/01: Merge pull request #7115 from kennknowles/sql-join-cogbk-timestamps

2018-12-27 Thread anton
This is an automated email from the ASF dual-hosted git repository. anton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit f1901527238ff3d6b1b505696a91bbd34827a0c8 Merge: bac909b f720985 Author: Anton Kedin <33067037+ake...@users.noreply.github.co

[beam] 01/02: Move DatasetSourceMock to proper batch mode

2018-12-27 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 87bec8ea5565e97e333d7f761c1df8734f8ea9f0 Author: Etienne Chauchot AuthorDate: Thu Dec 27 16:

[beam] 02/02: Run pipeline in batch mode or in streaming mode

2018-12-27 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 8591d635023faca33482c26cc0cb0e550aef81bd Author: Etienne Chauchot AuthorDate: Thu Dec 27 16:

[beam] branch spark-runner_structured-streaming updated (017dcb9 -> 8591d63)

2018-12-27 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. from 017dcb9 clean deps new 87bec8e Move DatasetSourceMock to proper batch mode ne

[beam] 01/04: Add source mocks

2018-12-27 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 83f84873649f42ffaf8c3e5a5c862b0df4262d9e Author: Etienne Chauchot AuthorDate: Thu Dec 20 15:

[beam] 04/04: clean deps

2018-12-27 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 017dcb932964ce779ee6f789d2b66a55bcb03c1b Author: Etienne Chauchot AuthorDate: Fri Dec 21 16:

[beam] 02/04: fix mock, wire mock in translators and create a main test.

2018-12-27 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 98d9049560a40ff5245b6bcc972cb6424fd318a9 Author: Etienne Chauchot AuthorDate: Thu Dec 20 17:

[beam] 03/04: Use raw WindowedValue so that spark Encoders could work (temporary)

2018-12-27 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 e510711f9e055193a18b1ddc8b4bca16b6d9428c Author: Etienne Chauchot AuthorDate: Fri Dec 21 16:

[beam] branch spark-runner_structured-streaming updated (44fd6c7 -> 017dcb9)

2018-12-27 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. from 44fd6c7 Experiment over using spark Catalog to pass in Beam Source through spark Table

[beam] branch master updated: Treat VarInt encoding as a Beam primitive encoding in Dataflow runner (#7351)

2018-12-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb 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 bac909b Treat VarInt encoding as a Beam primiti