You are viewing a plain text version of this content. The canonical link for it is here.
- [beam] branch release-2.10.0 created (now 926361b) - posted by ke...@apache.org on 2019/01/02 15:13:32 UTC, 0 replies.
- [beam] branch master updated (926361b -> 15aa88d) - posted by sc...@apache.org on 2019/01/02 17:40:24 UTC, 0 replies.
- [beam] branch master updated (15aa88d -> a25b64d) - posted by sc...@apache.org on 2019/01/02 18:29:53 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7388: [BEAM-6056] Source vendored grpc dependency from Maven central - posted by sc...@apache.org on 2019/01/02 18:29:54 UTC, 0 replies.
- [beam] branch master updated (a25b64d -> bca5c60) - posted by al...@apache.org on 2019/01/02 18:33:15 UTC, 0 replies.
- [beam] branch master updated (bca5c60 -> 5dd597e) - posted by ch...@apache.org on 2019/01/02 18:40:51 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7365: [BEAM-6249] Adds an Streaming Engine based test to release validation - posted by ch...@apache.org on 2019/01/02 18:40:52 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5315] Python 3 port io.source* and io.concat_source* modules (#7383) - posted by al...@apache.org on 2019/01/02 19:45:48 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5315] Python 3 port io.filebased_* modules (#7386) - posted by al...@apache.org on 2019/01/02 22:19:08 UTC, 0 replies.
- [beam] branch master updated (4b039e4 -> 41dd6e1) - posted by pa...@apache.org on 2019/01/02 23:45:14 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7266 from udim/cmek-perf - posted by pa...@apache.org on 2019/01/02 23:45:15 UTC, 0 replies.
- [beam] branch master updated (41dd6e1 -> 4660895) - posted by ec...@apache.org on 2019/01/03 09:26:40 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7384 from echauchot/Base64Serializer - posted by ec...@apache.org on 2019/01/03 09:26:41 UTC, 0 replies.
- [beam] branch master updated (4660895 -> 5130bcb) - posted by ec...@apache.org on 2019/01/03 15:11:59 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7385 from echauchot/exposeSerializationSerializablePipelineOptions - posted by ec...@apache.org on 2019/01/03 15:12:00 UTC, 0 replies.
- [beam] branch master updated (5130bcb -> c148c35) - posted by sc...@apache.org on 2019/01/03 16:46:41 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7390: [BEAM-6339] Add paddedcell fix to spotlessJava rules. - posted by sc...@apache.org on 2019/01/03 16:46:42 UTC, 0 replies.
- [beam] branch master updated (c148c35 -> a2986cc) - posted by sc...@apache.org on 2019/01/03 17:00:25 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7393: [BEAM-5662] Clean up website html-proofer config - posted by sc...@apache.org on 2019/01/03 17:00:26 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/03 17:02:59 at commit a2986cc - posted by gi...@apache.org on 2019/01/03 17:03:04 UTC, 0 replies.
- [beam] branch master updated (a2986cc -> c591727) - posted by ke...@apache.org on 2019/01/03 17:03:20 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7374: Add :beam-runners-direct-java:needsRunnerTests to javaPreCommit - posted by ke...@apache.org on 2019/01/03 17:03:21 UTC, 0 replies.
- [beam] branch master updated (5716dba -> bd80118) - posted by ec...@apache.org on 2019/01/04 09:26:12 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7400 from echauchot/BEAM-6030-metrics-sinks-pipelineOptions - posted by ec...@apache.org on 2019/01/04 09:26:13 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (3533779 -> 6392179) - posted by ec...@apache.org on 2019/01/04 10:38:22 UTC, 0 replies.
- [beam] 01/50: Add an empty spark-structured-streaming runner project targeting spark 2.4.0 - posted by ec...@apache.org on 2019/01/04 10:38:23 UTC, 0 replies.
- [beam] 02/50: Fix missing dep - posted by ec...@apache.org on 2019/01/04 10:38:24 UTC, 0 replies.
- [beam] 03/50: Add SparkPipelineOptions - posted by ec...@apache.org on 2019/01/04 10:38:25 UTC, 0 replies.
- [beam] 04/50: Start pipeline translation - posted by ec...@apache.org on 2019/01/04 10:38:26 UTC, 0 replies.
- [beam] 05/50: Add global pipeline translation structure - posted by ec...@apache.org on 2019/01/04 10:38:27 UTC, 0 replies.
- [beam] 06/50: Add nodes translators structure - posted by ec...@apache.org on 2019/01/04 10:38:28 UTC, 0 replies.
- [beam] 07/50: Wire node translators with pipeline translator - posted by ec...@apache.org on 2019/01/04 10:38:29 UTC, 0 replies.
- [beam] 08/50: Renames: better differenciate pipeline translator for transform translator - posted by ec...@apache.org on 2019/01/04 10:38:30 UTC, 0 replies.
- [beam] 09/50: Organise methods in PipelineTranslator - posted by ec...@apache.org on 2019/01/04 10:38:31 UTC, 0 replies.
- [beam] 10/50: Initialise BatchTranslationContext - posted by ec...@apache.org on 2019/01/04 10:38:32 UTC, 0 replies.
- [beam] 11/50: Refactoring: -move batch/streaming common translation visitor and utility methods to PipelineTranslator -rename batch dedicated classes to Batch* to differentiate with their streaming counterparts -Introduce TranslationContext for common batch/streaming components - posted by ec...@apache.org on 2019/01/04 10:38:33 UTC, 0 replies.
- [beam] 12/50: Make transform translation clearer: renaming, comments - posted by ec...@apache.org on 2019/01/04 10:38:34 UTC, 0 replies.
- [beam] 13/50: Improve javadocs - posted by ec...@apache.org on 2019/01/04 10:38:35 UTC, 0 replies.
- [beam] 14/50: Move SparkTransformOverrides to correct package - posted by ec...@apache.org on 2019/01/04 10:38:36 UTC, 0 replies.
- [beam] 15/50: Move common translation context components to superclass - posted by ec...@apache.org on 2019/01/04 10:38:37 UTC, 0 replies.
- [beam] 16/50: apply spotless for e-formatting - posted by ec...@apache.org on 2019/01/04 10:38:38 UTC, 0 replies.
- [beam] 17/50: Make codestyle and firebug happy - posted by ec...@apache.org on 2019/01/04 10:38:39 UTC, 0 replies.
- [beam] 18/50: Add TODOs - posted by ec...@apache.org on 2019/01/04 10:38:40 UTC, 0 replies.
- [beam] 19/50: Post-pone batch qualifier in all classes names for readability - posted by ec...@apache.org on 2019/01/04 10:38:41 UTC, 0 replies.
- [beam] 20/50: Add precise TODO for multiple TransformTranslator per transform URN - posted by ec...@apache.org on 2019/01/04 10:38:42 UTC, 0 replies.
- [beam] 21/50: Added SparkRunnerRegistrar - posted by ec...@apache.org on 2019/01/04 10:38:43 UTC, 0 replies.
- [beam] 22/50: Add basic pipeline execution. Refactor translatePipeline() to return the translationContext on which we can run startPipeline() - posted by ec...@apache.org on 2019/01/04 10:38:44 UTC, 0 replies.
- [beam] 23/50: Create PCollections manipulation methods - posted by ec...@apache.org on 2019/01/04 10:38:45 UTC, 0 replies.
- [beam] 24/50: Create Datasets manipulation methods - posted by ec...@apache.org on 2019/01/04 10:38:46 UTC, 0 replies.
- [beam] 25/50: Add Flatten transformation translator - posted by ec...@apache.org on 2019/01/04 10:38:47 UTC, 0 replies.
- [beam] 26/50: Add primitive GroupByKeyTranslatorBatch implementation - posted by ec...@apache.org on 2019/01/04 10:38:48 UTC, 0 replies.
- [beam] 27/50: Use Iterators.transform() to return Iterable - posted by ec...@apache.org on 2019/01/04 10:38:49 UTC, 0 replies.
- [beam] 28/50: Implement read transform - posted by ec...@apache.org on 2019/01/04 10:38:50 UTC, 0 replies.
- [beam] 29/50: update TODO - posted by ec...@apache.org on 2019/01/04 10:38:51 UTC, 0 replies.
- [beam] 30/50: Apply spotless - posted by ec...@apache.org on 2019/01/04 10:38:52 UTC, 0 replies.
- [beam] 31/50: start source instanciation - posted by ec...@apache.org on 2019/01/04 10:38:53 UTC, 0 replies.
- [beam] 32/50: Improve exception flow - posted by ec...@apache.org on 2019/01/04 10:38:54 UTC, 0 replies.
- [beam] 33/50: Improve type enforcement in ReadSourceTranslator - posted by ec...@apache.org on 2019/01/04 10:38:55 UTC, 0 replies.
- [beam] 34/50: Experiment over using spark Catalog to pass in Beam Source through spark Table - posted by ec...@apache.org on 2019/01/04 10:38:56 UTC, 0 replies.
- [beam] 35/50: Add source mocks - posted by ec...@apache.org on 2019/01/04 10:38:57 UTC, 0 replies.
- [beam] 36/50: fix mock, wire mock in translators and create a main test. - posted by ec...@apache.org on 2019/01/04 10:38:58 UTC, 0 replies.
- [beam] 37/50: Use raw WindowedValue so that spark Encoders could work (temporary) - posted by ec...@apache.org on 2019/01/04 10:38:59 UTC, 0 replies.
- [beam] 38/50: clean deps - posted by ec...@apache.org on 2019/01/04 10:39:00 UTC, 0 replies.
- [beam] 39/50: Move DatasetSourceMock to proper batch mode - posted by ec...@apache.org on 2019/01/04 10:39:01 UTC, 0 replies.
- [beam] 40/50: Run pipeline in batch mode or in streaming mode - posted by ec...@apache.org on 2019/01/04 10:39:02 UTC, 0 replies.
- [beam] 41/50: Split batch and streaming sources and translators - posted by ec...@apache.org on 2019/01/04 10:39:03 UTC, 0 replies.
- [beam] 42/50: Use raw Encoder also in regular ReadSourceTranslatorBatch - posted by ec...@apache.org on 2019/01/04 10:39:04 UTC, 0 replies.
- [beam] 43/50: Cleaning - posted by ec...@apache.org on 2019/01/04 10:39:05 UTC, 0 replies.
- [beam] 44/50: Add ReadSourceTranslatorStreaming - posted by ec...@apache.org on 2019/01/04 10:39:06 UTC, 0 replies.
- [beam] 45/50: Move Source and translator mocks to a mock package. - posted by ec...@apache.org on 2019/01/04 10:39:07 UTC, 0 replies.
- [beam] 46/50: Pass Beam Source and PipelineOptions to the spark DataSource as serialized strings - posted by ec...@apache.org on 2019/01/04 10:39:08 UTC, 0 replies.
- [beam] 47/50: Refactor DatasetSource fields - posted by ec...@apache.org on 2019/01/04 10:39:09 UTC, 0 replies.
- [beam] 48/50: Wire real SourceTransform and not mock and update the test - posted by ec...@apache.org on 2019/01/04 10:39:10 UTC, 0 replies.
- [beam] 49/50: Add missing 0-arg public constructor - posted by ec...@apache.org on 2019/01/04 10:39:11 UTC, 0 replies.
- [beam] 50/50: Apply spotless - posted by ec...@apache.org on 2019/01/04 10:39:12 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Use new PipelineOptionsSerializationUtils - posted by ec...@apache.org on 2019/01/04 10:44:42 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (74c1cee -> ff7fc72) - posted by ec...@apache.org on 2019/01/04 15:12:40 UTC, 0 replies.
- [beam] 01/01: Use new PipelineOptionsSerializationUtils - posted by ec...@apache.org on 2019/01/04 15:12:41 UTC, 1 replies.
- [beam] branch master updated (bd80118 -> 20abb3e) - posted by sc...@apache.org on 2019/01/04 16:09:44 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7401: Upgrade Gradle to 4.10.3 - posted by sc...@apache.org on 2019/01/04 16:09:45 UTC, 0 replies.
- [beam] branch master updated (20abb3e -> b4d2d8e) - posted by ke...@apache.org on 2019/01/04 16:15:19 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7412: [BEAM-4143] GcsResourceIdTest has had a masked failure - posted by ke...@apache.org on 2019/01/04 16:15:20 UTC, 0 replies.
- [beam] branch master updated (b4d2d8e -> 4b5b1a0) - posted by ap...@apache.org on 2019/01/04 16:56:44 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7417 from kanterov/kanterov_fix_beam_driver - posted by ap...@apache.org on 2019/01/04 16:56:45 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (926361b -> 93a4cb5) - posted by ke...@apache.org on 2019/01/04 17:48:39 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7419: [BEAM-6337] Cherry-pick #7417 to release-2.10.0: Fix JdbcDriver breaking DriverManager#getConnection - posted by ke...@apache.org on 2019/01/04 17:48:40 UTC, 0 replies.
- [beam] branch master updated (4b5b1a0 -> 3739683) - posted by pa...@apache.org on 2019/01/04 18:10:44 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7389 from pabloem/bq-jeo - posted by pa...@apache.org on 2019/01/04 18:10:45 UTC, 0 replies.
- [beam] branch master updated (3739683 -> d19585a) - posted by al...@apache.org on 2019/01/04 20:44:24 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6362] remove --info from gradle invocations - posted by ke...@apache.org on 2019/01/04 21:00:48 UTC, 0 replies.
- [beam] branch master updated (8a7f971 -> a0bc8a4) - posted by sc...@apache.org on 2019/01/04 21:42:12 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7410: Reduce days to keep Jenkins job logs to 14 - posted by sc...@apache.org on 2019/01/04 21:42:13 UTC, 0 replies.
- [beam] branch master updated (a896bbc -> 6c024c6) - posted by al...@apache.org on 2019/01/05 01:45:49 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7292 from bramp/BEAM-6155 - posted by al...@apache.org on 2019/01/05 01:45:50 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6009] Modify Github template and README to include Flink PVR for batch/streaming (#7370) - posted by th...@apache.org on 2019/01/06 06:46:31 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (ff7fc72 -> 51b9e23) - posted by ec...@apache.org on 2019/01/07 08:34:37 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Fix checkstyle - posted by ec...@apache.org on 2019/01/07 08:40:09 UTC, 0 replies.
- [beam] branch master updated (abe3220 -> e565087) - posted by lg...@apache.org on 2019/01/07 11:48:51 UTC, 0 replies.
- [beam] branch master updated (e565087 -> a95e964) - posted by mx...@apache.org on 2019/01/07 14:25:08 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7308: [website] Add Integration page with information on Kettle - posted by mx...@apache.org on 2019/01/07 14:25:09 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/07 14:26:10 at commit a95e964 - posted by gi...@apache.org on 2019/01/07 14:26:15 UTC, 0 replies.
- [beam] branch master updated (a95e964 -> ac18fac) - posted by lg...@apache.org on 2019/01/07 15:47:20 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7226: [BEAM-6188] Unbouded synthetic source - posted by lg...@apache.org on 2019/01/07 15:47:21 UTC, 0 replies.
- [beam] branch master updated (ac18fac -> 054b88c) - posted by ch...@apache.org on 2019/01/07 16:08:52 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7006: [BEAM-5964] Add ClickHouseIO.Write - posted by ch...@apache.org on 2019/01/07 16:08:53 UTC, 0 replies.
- [beam] branch master updated (054b88c -> 28353e8) - posted by ar...@apache.org on 2019/01/07 16:31:38 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7387: [BEAM-6378] Updating Tika - posted by ar...@apache.org on 2019/01/07 16:31:39 UTC, 0 replies.
- [beam] branch master updated (28353e8 -> 24f83f0) - posted by sc...@apache.org on 2019/01/07 17:06:47 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7407: Fix Dataflow Java Portable VR configuration - posted by sc...@apache.org on 2019/01/07 17:06:48 UTC, 0 replies.
- [beam] branch master updated (24f83f0 -> a4e3083) - posted by sc...@apache.org on 2019/01/07 17:09:08 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7421: Change warning logic to only consider work items without an ID to be invalid. Not the absence of a work item. - posted by sc...@apache.org on 2019/01/07 17:09:09 UTC, 0 replies.
- [beam] branch master updated: Add some Go examples to the code snippets. (#7084) - posted by me...@apache.org on 2019/01/07 18:14:56 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/07 18:15:41 at commit 185eca3 - posted by gi...@apache.org on 2019/01/07 18:15:45 UTC, 0 replies.
- [beam] branch master updated (185eca3 -> d02b859) - posted by al...@apache.org on 2019/01/07 18:24:40 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7424 from robinyqiu/master - posted by al...@apache.org on 2019/01/07 18:24:41 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6363] Upgrade Gearpump to 0.9.0 - posted by ke...@apache.org on 2019/01/07 21:47:15 UTC, 0 replies.
- [beam] branch master updated (8da36cf -> f48c21d) - posted by cc...@apache.org on 2019/01/08 01:00:33 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7406 from udim/datastore-aborted - posted by cc...@apache.org on 2019/01/08 01:00:34 UTC, 0 replies.
- [beam] branch master updated (f48c21d -> ef7463d) - posted by ch...@apache.org on 2019/01/08 02:45:32 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7431: remove redundant assignments - posted by ch...@apache.org on 2019/01/08 02:45:33 UTC, 0 replies.
- [beam] branch master updated: Merge pull request #7303: Add Learning Resources page - posted by me...@apache.org on 2019/01/08 08:25:26 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/08 08:27:00 at commit 109eeb8 - posted by gi...@apache.org on 2019/01/08 08:27:05 UTC, 0 replies.
- [beam] branch master updated (109eeb8 -> e38f0b2) - posted by ie...@apache.org on 2019/01/08 10:33:27 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (852058d -> ff79b8f) - posted by ec...@apache.org on 2019/01/08 10:58:27 UTC, 0 replies.
- [beam] 01/03: Add a dummy schema for reader - posted by ec...@apache.org on 2019/01/08 10:58:28 UTC, 0 replies.
- [beam] 02/03: Add empty 0-arg constructor for mock source - posted by ec...@apache.org on 2019/01/08 10:58:29 UTC, 0 replies.
- [beam] 03/03: Clean - posted by ec...@apache.org on 2019/01/08 10:58:30 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Checkstyle and Findbugs - posted by ec...@apache.org on 2019/01/08 11:11:52 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5798] Add support to write to multiple topics with KafkaIO - posted by ie...@apache.org on 2019/01/08 14:38:04 UTC, 0 replies.
- [beam] branch master updated: Merge pull request #7289: [BEAM-6240] Add a library of schema annotations for POJO and JavaBeans - posted by re...@apache.org on 2019/01/08 18:06:46 UTC, 0 replies.
- [beam] branch master updated: Clean up stream timeout handling for gRPC windmill streams to prevent incorrect overriding in tests - posted by ke...@apache.org on 2019/01/08 18:15:12 UTC, 0 replies.
- [beam] branch master updated (e4d4047 -> f597622) - posted by re...@apache.org on 2019/01/08 19:30:16 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7334: [BEAM-6293] Infer schemas from AutoValue classes. - posted by re...@apache.org on 2019/01/08 19:30:17 UTC, 0 replies.
- [beam] branch master updated (f597622 -> b06f635) - posted by me...@apache.org on 2019/01/08 21:58:11 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/08 22:01:03 at commit b06f635 - posted by gi...@apache.org on 2019/01/08 22:01:08 UTC, 0 replies.
- [beam] branch pabloem-patch-1 created (now 636732e) - posted by pa...@apache.org on 2019/01/08 22:39:20 UTC, 0 replies.
- [beam] 01/01: Documenting AfterProcessingTime delay. - posted by pa...@apache.org on 2019/01/08 22:39:21 UTC, 0 replies.
- [beam] branch master updated (b06f635 -> c7935b1) - posted by al...@apache.org on 2019/01/09 01:19:58 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7394 from RobbeSneyders/textio - posted by al...@apache.org on 2019/01/09 01:19:59 UTC, 0 replies.
- [beam] branch revert-7360-reshuffle-flink created (now cb33143) - posted by th...@apache.org on 2019/01/09 08:08:28 UTC, 0 replies.
- [beam] 01/01: Revert "[BEAM-6294] Use Flink rebalance for shuffle." - posted by th...@apache.org on 2019/01/09 08:08:29 UTC, 0 replies.
- [beam] branch master updated (c7935b1 -> d37db5e) - posted by ro...@apache.org on 2019/01/09 08:53:09 UTC, 0 replies.
- [beam] branch master updated (d37db5e -> 8bfa24d) - posted by ie...@apache.org on 2019/01/09 09:53:36 UTC, 0 replies.
- [beam] branch master updated (8bfa24d -> 16a2e8d) - posted by ie...@apache.org on 2019/01/09 10:07:57 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7440: [BEAM-6388] Fix flaky AtomicInsertTest#testAtomicInsert - posted by ie...@apache.org on 2019/01/09 10:07:58 UTC, 0 replies.
- [beam] branch master updated (16a2e8d -> 3b10890) - posted by ie...@apache.org on 2019/01/09 10:46:44 UTC, 0 replies.
- [beam] 01/03: [BEAM-6348] Add ValueProvider support for Statement in JdbcIO.write() - posted by ie...@apache.org on 2019/01/09 10:46:45 UTC, 0 replies.
- [beam] 02/03: [BEAM-6348] Reuse ValueProvider methods on method invocation on JdbcIO - posted by ie...@apache.org on 2019/01/09 10:46:46 UTC, 0 replies.
- [beam] 03/03: Merge pull request #7434: [BEAM-6348] Add ValueProvider support for Statement in JdbcIO.write() - posted by ie...@apache.org on 2019/01/09 10:46:47 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Refactor SourceTest to a UTest instaed of a main - posted by ec...@apache.org on 2019/01/09 15:51:27 UTC, 0 replies.
- [beam] branch master updated (3b10890 -> 88acc8e) - posted by mx...@apache.org on 2019/01/09 15:55:30 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7236: [BEAM-6097] Add information about NemoRunner - posted by mx...@apache.org on 2019/01/09 15:55:31 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/09 15:57:01 at commit 88acc8e - posted by gi...@apache.org on 2019/01/09 15:57:06 UTC, 0 replies.
- [beam] branch master updated (88acc8e -> dffe2c1) - posted by mx...@apache.org on 2019/01/09 16:07:12 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7395: [BEAM-6346] Inspect the docker container state - posted by mx...@apache.org on 2019/01/09 16:07:13 UTC, 0 replies.
- [beam] branch master updated (dffe2c1 -> bacec1f) - posted by xi...@apache.org on 2019/01/09 17:00:15 UTC, 0 replies.
- [beam] branch master updated (bacec1f -> 3907e01) - posted by sc...@apache.org on 2019/01/09 17:53:26 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7435: [BEAM-6349] & [BEAM-6368] Build worker and use it when running loadtests on Dataflow - posted by sc...@apache.org on 2019/01/09 17:53:27 UTC, 0 replies.
- [beam] branch master updated (3907e01 -> 3b2bd96) - posted by al...@apache.org on 2019/01/09 18:14:04 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7448 from kadircet/master - posted by al...@apache.org on 2019/01/09 18:14:05 UTC, 0 replies.
- [beam] branch aaltay-patch-1 created (now 07d0a95) - posted by al...@apache.org on 2019/01/09 18:45:35 UTC, 0 replies.
- [beam] 01/01: Fix typo in comment. - posted by al...@apache.org on 2019/01/09 18:45:36 UTC, 0 replies.
- [beam] branch master updated (3b2bd96 -> ca87e7c) - posted by al...@apache.org on 2019/01/09 19:07:06 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7447 from RobbeSneyders/wordcount - posted by al...@apache.org on 2019/01/09 19:07:07 UTC, 0 replies.
- [beam] branch master updated (ca87e7c -> a4a7fcf) - posted by al...@apache.org on 2019/01/09 20:09:27 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7452 from boyuanzz/revert_cloudobj - posted by al...@apache.org on 2019/01/09 20:09:28 UTC, 0 replies.
- [beam] branch master updated (a4a7fcf -> 0e6c92a) - posted by mx...@apache.org on 2019/01/09 23:32:01 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7432: [BEAM-6326] Relax test assumption for PAssertTest#testWindowedIsEqualTo - posted by mx...@apache.org on 2019/01/09 23:32:02 UTC, 0 replies.
- [beam] branch master updated (0e6c92a -> f62f490) - posted by lg...@apache.org on 2019/01/10 10:31:32 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7449: [BEAM-6397] add map attribute in SyntheticDataPubSubPublisher - posted by lg...@apache.org on 2019/01/10 10:31:33 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (9cd96e8 -> 8d08a9d) - posted by ec...@apache.org on 2019/01/10 14:26:21 UTC, 0 replies.
- [beam] 01/04: Deactivate deps resolution forcing that prevent using correct spark transitive dep - posted by ec...@apache.org on 2019/01/10 14:26:22 UTC, 0 replies.
- [beam] 02/04: Fix pipeline triggering: use a spark action instead of writing the dataset - posted by ec...@apache.org on 2019/01/10 14:26:23 UTC, 0 replies.
- [beam] 03/04: improve readability of options passing to the source - posted by ec...@apache.org on 2019/01/10 14:26:24 UTC, 0 replies.
- [beam] 04/04: Cleaning unneeded fields in DatasetReader - posted by ec...@apache.org on 2019/01/10 14:26:25 UTC, 0 replies.
- [beam] branch master updated (f62f490 -> 14426af) - posted by th...@apache.org on 2019/01/10 16:55:07 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7459: [BEAM-6405] Reduce parallelism of PortableValidatesRunner tests - posted by th...@apache.org on 2019/01/10 16:55:08 UTC, 0 replies.
- [beam] branch master updated (14426af -> 49d5cf5) - posted by th...@apache.org on 2019/01/10 17:25:51 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7453: [BEAM-6326] Fix portable stateful processing with side input - posted by th...@apache.org on 2019/01/10 17:25:52 UTC, 0 replies.
- [beam] branch master updated (49d5cf5 -> 336fe0c) - posted by th...@apache.org on 2019/01/10 19:52:07 UTC, 0 replies.
- [beam] branch master updated (336fe0c -> 8489288) - posted by sc...@apache.org on 2019/01/10 20:07:25 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7451: Fix typo in comment. - posted by sc...@apache.org on 2019/01/10 20:07:26 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6248] Add Flink v1.7 build target to Flink Runner (#7300) - posted by th...@apache.org on 2019/01/10 20:41:47 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (93a4cb5 -> 19bb897) - posted by mx...@apache.org on 2019/01/10 21:17:49 UTC, 0 replies.
- [beam] 01/02: [BEAM-6326] Fix portable stateful processing with side input - posted by mx...@apache.org on 2019/01/10 21:17:50 UTC, 0 replies.
- [beam] 02/02: [BEAM-6248] Add Flink v1.7 build target to Flink Runner (#7300) - posted by mx...@apache.org on 2019/01/10 21:17:51 UTC, 0 replies.
- [beam] branch master updated (c739ca5 -> 627f2bc) - posted by al...@apache.org on 2019/01/10 21:45:06 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7361 from lostluck/shims - posted by al...@apache.org on 2019/01/10 21:45:07 UTC, 0 replies.
- [beam] branch master updated (627f2bc -> 077ab5a) - posted by al...@apache.org on 2019/01/10 22:00:26 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7460 from HuangLED/container-build - posted by al...@apache.org on 2019/01/10 22:00:27 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (19bb897 -> 629eaf9) - posted by xi...@apache.org on 2019/01/10 23:30:33 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7464: [BEAM-6382] Cherry pick pr #7443 into 2.10.0 release branch - posted by xi...@apache.org on 2019/01/10 23:30:34 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (8d08a9d -> a7d2328) - posted by ec...@apache.org on 2019/01/11 10:25:14 UTC, 0 replies.
- [beam] 01/08: Fix serialization issues - posted by ec...@apache.org on 2019/01/11 10:25:15 UTC, 0 replies.
- [beam] 02/08: Add SerializationDebugger - posted by ec...@apache.org on 2019/01/11 10:25:16 UTC, 0 replies.
- [beam] 03/08: Fix SerializationDebugger - posted by ec...@apache.org on 2019/01/11 10:25:17 UTC, 0 replies.
- [beam] 04/08: Add serialization test - posted by ec...@apache.org on 2019/01/11 10:25:18 UTC, 0 replies.
- [beam] 05/08: Move SourceTest to same package as tested class - posted by ec...@apache.org on 2019/01/11 10:25:19 UTC, 0 replies.
- [beam] 06/08: Fix SourceTest - posted by ec...@apache.org on 2019/01/11 10:25:20 UTC, 0 replies.
- [beam] 07/08: Simplify beam reader creation as it created once the source as already been partitioned - posted by ec...@apache.org on 2019/01/11 10:25:21 UTC, 0 replies.
- [beam] 08/08: Put all transform translators Serializable - posted by ec...@apache.org on 2019/01/11 10:25:22 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Enable test mode - posted by ec...@apache.org on 2019/01/11 14:54:43 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Enable gradle build scan - posted by ec...@apache.org on 2019/01/11 15:26:29 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6332] Lazy serialization of aggregation results in Spark runner. - posted by ie...@apache.org on 2019/01/11 16:01:46 UTC, 0 replies.
- [beam] branch aaltay-patch-2 created (now 7b3a513) - posted by al...@apache.org on 2019/01/11 20:03:16 UTC, 0 replies.
- [beam] branch aaltay-patch-1 deleted (was 07d0a95) - posted by al...@apache.org on 2019/01/11 20:04:16 UTC, 0 replies.
- [beam] branch master updated (3a53132 -> ecdb623) - posted by mx...@apache.org on 2019/01/11 20:21:40 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7483: Use loopback mode for portable flinkValidatesRunner - posted by mx...@apache.org on 2019/01/11 20:21:41 UTC, 0 replies.
- [beam] branch master updated (ecdb623 -> 8818f51) - posted by cc...@apache.org on 2019/01/11 20:27:31 UTC, 0 replies.
- [beam] branch master updated (8818f51 -> b11129e) - posted by ke...@apache.org on 2019/01/11 20:33:56 UTC, 0 replies.
- [beam] branch master updated (b11129e -> cee2f61) - posted by al...@apache.org on 2019/01/11 22:15:23 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7487 from apache/aaltay-patch-2 - posted by al...@apache.org on 2019/01/11 22:15:24 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [BEAM-6294] Ensure input and output coders are equal for reshuffle transforms. - posted by th...@apache.org on 2019/01/12 00:54:52 UTC, 0 replies.
- [beam] branch master updated (cee2f61 -> 6b78709) - posted by th...@apache.org on 2019/01/12 01:56:44 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7489: [BEAM-6248] Disable tests for Flink 1.7 build target - posted by th...@apache.org on 2019/01/12 01:56:45 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay closed pull request #7492: Deflake statesampler_test - posted by GitBox <gi...@apache.org> on 2019/01/13 21:46:32 UTC, 0 replies.
- [beam] branch master updated (6b78709 -> d25d800) - posted by al...@apache.org on 2019/01/13 21:46:43 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7492 from tvalentyn/deflake_statesampler_test - posted by al...@apache.org on 2019/01/13 21:46:44 UTC, 0 replies.
- [beam] Diff for: [GitHub] mxm closed pull request #7496: [BEAM-6418] Avoid Jenkins memory problems for Flink build targets - posted by GitBox <gi...@apache.org> on 2019/01/14 03:27:30 UTC, 0 replies.
- [beam] branch master updated (d25d800 -> dbde3e5) - posted by mx...@apache.org on 2019/01/14 03:27:39 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7496: [BEAM-6418] Avoid Jenkins memory problems for Flink build targets - posted by mx...@apache.org on 2019/01/14 03:27:40 UTC, 0 replies.
- [beam] Diff for: [GitHub] iemejia merged pull request #7495: [BEAM-6421] Fix wrong command in the contribution guide - posted by GitBox <gi...@apache.org> on 2019/01/14 09:16:44 UTC, 0 replies.
- [beam] branch master updated (dbde3e5 -> 003d9b1) - posted by ie...@apache.org on 2019/01/14 09:17:02 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/14 09:19:43 at commit 003d9b1 - posted by gi...@apache.org on 2019/01/14 09:19:48 UTC, 0 replies.
- [beam] Diff for: [GitHub] iemejia merged pull request #7494: [BEAM-3608] Port shaded Guava to vendored Guava - posted by GitBox <gi...@apache.org> on 2019/01/14 09:32:18 UTC, 0 replies.
- [beam] branch master updated (003d9b1 -> b953645) - posted by ie...@apache.org on 2019/01/14 09:32:26 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7494: [BEAM-3608] Port shaded Guava to vendored Guava - posted by ie...@apache.org on 2019/01/14 09:32:27 UTC, 0 replies.
- [beam] Diff for: [GitHub] robertwb merged pull request #7454: [BEAM-6184] Enforce javadoc check on non-trivial public methods - posted by GitBox <gi...@apache.org> on 2019/01/14 09:52:15 UTC, 0 replies.
- [beam] branch master updated (b953645 -> 213f6c9) - posted by ro...@apache.org on 2019/01/14 09:52:21 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (d5f235d -> c6618c5) - posted by ar...@apache.org on 2019/01/14 09:53:54 UTC, 0 replies.
- [beam] 01/01: First attempt for ParDo primitive implementation - posted by ar...@apache.org on 2019/01/14 09:53:55 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (c6618c5 -> af80e19) - posted by ec...@apache.org on 2019/01/14 13:24:09 UTC, 0 replies.
- [beam] 01/11: Fix serialization issues - posted by ec...@apache.org on 2019/01/14 13:24:10 UTC, 0 replies.
- [beam] 02/11: Add SerializationDebugger - posted by ec...@apache.org on 2019/01/14 13:24:11 UTC, 0 replies.
- [beam] 03/11: Fix SerializationDebugger - posted by ec...@apache.org on 2019/01/14 13:24:12 UTC, 0 replies.
- [beam] 04/11: Add serialization test - posted by ec...@apache.org on 2019/01/14 13:24:13 UTC, 0 replies.
- [beam] 05/11: Move SourceTest to same package as tested class - posted by ec...@apache.org on 2019/01/14 13:24:14 UTC, 0 replies.
- [beam] 06/11: Fix SourceTest - posted by ec...@apache.org on 2019/01/14 13:24:15 UTC, 0 replies.
- [beam] 07/11: Simplify beam reader creation as it created once the source as already been partitioned - posted by ec...@apache.org on 2019/01/14 13:24:16 UTC, 0 replies.
- [beam] 08/11: Put all transform translators Serializable - posted by ec...@apache.org on 2019/01/14 13:24:17 UTC, 0 replies.
- [beam] 09/11: Enable test mode - posted by ec...@apache.org on 2019/01/14 13:24:18 UTC, 0 replies.
- [beam] 10/11: Enable gradle build scan - posted by ec...@apache.org on 2019/01/14 13:24:19 UTC, 0 replies.
- [beam] 11/11: Add flatten test - posted by ec...@apache.org on 2019/01/14 13:24:20 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: First attempt for ParDo primitive implementation - posted by ar...@apache.org on 2019/01/14 13:25:31 UTC, 0 replies.
- [beam] Diff for: [GitHub] dmvk merged pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators - posted by GitBox <gi...@apache.org> on 2019/01/14 13:56:55 UTC, 0 replies.
- [beam] branch master updated (213f6c9 -> 9780341) - posted by dm...@apache.org on 2019/01/14 13:57:00 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators - posted by dm...@apache.org on 2019/01/14 13:57:01 UTC, 0 replies.
- [beam] Diff for: [GitHub] tweise merged pull request #7461: [BEAM-6405] Let PortableValidatesRunner tests run in EMBEDDED environment - posted by GitBox <gi...@apache.org> on 2019/01/14 16:03:22 UTC, 0 replies.
- [beam] branch master updated (9780341 -> 3db71dd) - posted by th...@apache.org on 2019/01/14 16:03:33 UTC, 0 replies.
- [beam] Diff for: [GitHub] chamikaramj merged pull request #7493: Initialize project in @BeforeClass method - posted by GitBox <gi...@apache.org> on 2019/01/14 18:34:16 UTC, 0 replies.
- [beam] branch master updated (3db71dd -> 115473c) - posted by ch...@apache.org on 2019/01/14 18:34:47 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay merged pull request #7498: Made SampleFixedSizeGlobally and FixedSizePerKey PTransform classes - posted by GitBox <gi...@apache.org> on 2019/01/14 20:03:16 UTC, 0 replies.
- [beam] branch master updated (115473c -> fe22868) - posted by al...@apache.org on 2019/01/14 20:03:22 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7498 from brills/samplen - posted by al...@apache.org on 2019/01/14 20:03:23 UTC, 0 replies.
- [beam] branch master updated (fe22868 -> c38d84c) - posted by mx...@apache.org on 2019/01/14 20:13:01 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7284: [BEAM-6234] Add failOnCheckpointingErrors setting in FlinkPipelineOptions - posted by mx...@apache.org on 2019/01/14 20:13:02 UTC, 0 replies.
- [beam] Diff for: [GitHub] asfgit merged pull request #7284: [BEAM-6234] Make failOnCheckpointingErrors setting available in FlinkPipelineOptions - posted by GitBox <gi...@apache.org> on 2019/01/14 20:13:15 UTC, 0 replies.
- [beam] Diff for: [GitHub] akedin merged pull request #7488: [SQL] Refactor JdbcDriver - posted by GitBox <gi...@apache.org> on 2019/01/14 21:40:04 UTC, 0 replies.
- [beam] branch master updated (c38d84c -> f8a5dd6) - posted by an...@apache.org on 2019/01/14 21:40:11 UTC, 0 replies.
- [beam] branch aaltay-patch-2 deleted (was 7b3a513) - posted by al...@apache.org on 2019/01/14 22:35:06 UTC, 0 replies.
- [beam] branch aaltay-patch-1 created (now 346ca57) - posted by al...@apache.org on 2019/01/14 22:35:53 UTC, 0 replies.
- [beam] 01/01: Fix comment typo in statesampler_test - posted by al...@apache.org on 2019/01/14 22:35:54 UTC, 0 replies.
- [beam] Diff for: [GitHub] chamikaramj merged pull request #7429: [BEAM-6391] fix possible out of bound exception - posted by GitBox <gi...@apache.org> on 2019/01/14 23:07:43 UTC, 0 replies.
- [beam] branch master updated (f8a5dd6 -> 1945506) - posted by ch...@apache.org on 2019/01/14 23:07:50 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7429: [BEAM-6391] fix possible out of bound exception - posted by ch...@apache.org on 2019/01/14 23:07:51 UTC, 0 replies.
- [beam] Diff for: [GitHub] chamikaramj merged pull request #7428: [BEAM-6391] add missing raise keywords - posted by GitBox <gi...@apache.org> on 2019/01/14 23:08:15 UTC, 0 replies.
- [beam] branch master updated (1945506 -> 1a898c3) - posted by ch...@apache.org on 2019/01/14 23:08:20 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7428: [BEAM-6391] add missing raise keywords - posted by ch...@apache.org on 2019/01/14 23:08:21 UTC, 0 replies.
- [beam] Diff for: [GitHub] chamikaramj merged pull request #7305: Update 2017-08-04-splittable-do-fn.md - posted by GitBox <gi...@apache.org> on 2019/01/14 23:11:06 UTC, 0 replies.
- [beam] branch master updated (1a898c3 -> 25bd43e) - posted by ch...@apache.org on 2019/01/14 23:11:09 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7305: Update 2017-08-04-splittable-do-fn.md - posted by ch...@apache.org on 2019/01/14 23:11:10 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/14 23:11:46 at commit 25bd43e - posted by gi...@apache.org on 2019/01/14 23:11:51 UTC, 0 replies.
- [beam] Diff for: [GitHub] chamikaramj merged pull request #7430: [BEAM-6391] fix always true conditions - posted by GitBox <gi...@apache.org> on 2019/01/14 23:13:48 UTC, 0 replies.
- [beam] branch master updated (25bd43e -> fff053b) - posted by ch...@apache.org on 2019/01/14 23:13:53 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7430: [BEAM-6391] fix always true conditions - posted by ch...@apache.org on 2019/01/14 23:13:54 UTC, 0 replies.
- [beam] Diff for: [GitHub] kennknowles merged pull request #7505: [BEAM-5009] Pin spotless and googleJavaFormat to latest; apply globally - posted by GitBox <gi...@apache.org> on 2019/01/14 23:38:06 UTC, 0 replies.
- [beam] branch master updated: Pin spotless and googleJavaFormat to latest; apply globally - posted by ke...@apache.org on 2019/01/14 23:38:12 UTC, 0 replies.
- [beam] branch aaltay-patch-1 deleted (was 346ca57) - posted by al...@apache.org on 2019/01/15 01:18:51 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay merged pull request #7501: Fix a typo - posted by GitBox <gi...@apache.org> on 2019/01/15 01:18:57 UTC, 0 replies.
- [beam] branch master updated (d05da8c -> 2f9d711) - posted by al...@apache.org on 2019/01/15 01:19:02 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7501 from tvalentyn/patch-32 - posted by al...@apache.org on 2019/01/15 01:19:03 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay merged pull request #7445: [BEAM-5319] Python 3 port runners module - posted by GitBox <gi...@apache.org> on 2019/01/15 01:51:34 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5319] Python 3 port runners module (#7445) - posted by al...@apache.org on 2019/01/15 01:51:39 UTC, 0 replies.
- [beam] Diff for: [GitHub] kennknowles merged pull request #7506: [BEAM-6430] Fix EXCEPT - posted by GitBox <gi...@apache.org> on 2019/01/15 06:26:41 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6430] Fix EXCEPT. - posted by ke...@apache.org on 2019/01/15 06:26:49 UTC, 0 replies.
- [beam] Diff for: [GitHub] kennknowles merged pull request #7504: [BEAM-6427] INTERSECT ALL is not compatible with SQL standard. - posted by GitBox <gi...@apache.org> on 2019/01/15 06:27:13 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6427]INTERSECT ALL is not compatible with SQL standard. - posted by ke...@apache.org on 2019/01/15 06:27:18 UTC, 0 replies.
- [beam] Diff for: [GitHub] boyuanzz closed pull request #7508: [DO NOT MERGE] Run all PostCommit Tests against Release Branch - posted by GitBox <gi...@apache.org> on 2019/01/15 06:47:52 UTC, 0 replies.
- [beam] Diff for: [GitHub] iemejia merged pull request #7499: [BEAM-6425] - Replace SSLContext.getInstance("SSL") - posted by GitBox <gi...@apache.org> on 2019/01/15 09:48:38 UTC, 0 replies.
- [beam] branch master updated (d7a0a3f -> 317a8b5) - posted by ie...@apache.org on 2019/01/15 09:48:47 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7499: [BEAM-6425] - Replace SSLContext.getInstance("SSL") - posted by ie...@apache.org on 2019/01/15 09:48:48 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (16c57c3 -> f5fd012) - posted by ec...@apache.org on 2019/01/15 12:40:30 UTC, 0 replies.
- [beam] 01/03: Serialize windowedValue to byte[] in source to be able to specify a binary dataset schema and deserialize windowedValue from Row to get a dataset - posted by ec...@apache.org on 2019/01/15 12:40:31 UTC, 0 replies.
- [beam] 02/03: Comment schema choices - posted by ec...@apache.org on 2019/01/15 12:40:32 UTC, 0 replies.
- [beam] 03/03: Fix errorprone - posted by ec...@apache.org on 2019/01/15 12:40:33 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (f5fd012 -> 707470b) - posted by ec...@apache.org on 2019/01/15 16:30:56 UTC, 0 replies.
- [beam] 01/04: Fix testMode output to comply with new binary schema - posted by ec...@apache.org on 2019/01/15 16:30:57 UTC, 0 replies.
- [beam] 02/04: Cleaning - posted by ec...@apache.org on 2019/01/15 16:30:58 UTC, 0 replies.
- [beam] 03/04: Remove bundleSize parameter and always use spark default parallelism - posted by ec...@apache.org on 2019/01/15 16:30:59 UTC, 0 replies.
- [beam] 04/04: Fix split bug - posted by ec...@apache.org on 2019/01/15 16:31:00 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Cleaning - posted by ec...@apache.org on 2019/01/15 16:40:28 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [BEAM-6418] Execute Flink tests serially to avoid memory issues - posted by mx...@apache.org on 2019/01/15 16:41:16 UTC, 0 replies.
- [beam] Diff for: [GitHub] tvalentyn closed pull request #7058: DO NOT MERGE - posted by GitBox <gi...@apache.org> on 2019/01/15 17:46:30 UTC, 0 replies.
- [beam] branch master updated (317a8b5 -> ff70ca1) - posted by ke...@apache.org on 2019/01/15 19:42:54 UTC, 0 replies.
- [beam] Diff for: [GitHub] kennknowles closed pull request #7516: Update version to 2.11.0-SNAPSHOT - posted by GitBox <gi...@apache.org> on 2019/01/15 19:43:37 UTC, 0 replies.
- [beam] Diff for: [GitHub] akedin merged pull request #7491: [SQL] Multiple schemas support - posted by GitBox <gi...@apache.org> on 2019/01/15 20:11:22 UTC, 0 replies.
- [beam] branch master updated (ff70ca1 -> feece91) - posted by an...@apache.org on 2019/01/15 20:11:29 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7491 from akedin/multiple-schemas-support - posted by an...@apache.org on 2019/01/15 20:11:30 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (6cd27b0 -> 343e662) - posted by ke...@apache.org on 2019/01/15 20:23:19 UTC, 0 replies.
- [beam] 01/01: Prepare for 2.10.0 release - posted by ke...@apache.org on 2019/01/15 20:23:20 UTC, 0 replies.
- [beam] Diff for: [GitHub] mxm merged pull request #7514: [BEAM-6439] Move Python Validates Runner Flink test to PreCommit. - posted by GitBox <gi...@apache.org> on 2019/01/15 23:06:18 UTC, 0 replies.
- [beam] branch master updated (feece91 -> b6e838d) - posted by mx...@apache.org on 2019/01/15 23:06:24 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7514: [BEAM-6439] Move Python Validates Runner Flink test to PreCommit - posted by mx...@apache.org on 2019/01/15 23:06:25 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay merged pull request #7503: [BEAM-5315] Python 3 port io.tfrecordio module - posted by GitBox <gi...@apache.org> on 2019/01/15 23:36:40 UTC, 0 replies.
- [beam] branch master updated (b6e838d -> 0e416e2) - posted by al...@apache.org on 2019/01/15 23:36:47 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7503 from RobbeSneyders/tfrecordio - posted by al...@apache.org on 2019/01/15 23:36:48 UTC, 0 replies.
- [beam] Diff for: [GitHub] angoenka merged pull request #7415: [BEAM-6258] Set grpc keep alive on server creation - posted by GitBox <gi...@apache.org> on 2019/01/16 00:06:42 UTC, 0 replies.
- [beam] branch master updated (0e416e2 -> 5d00f6b) - posted by go...@apache.org on 2019/01/16 00:06:49 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7415 from angoenka/grpc_keep_alive - posted by go...@apache.org on 2019/01/16 00:06:50 UTC, 0 replies.
- [beam] Diff for: [GitHub] aaltay merged pull request #7519: [BEAM-6318] Increase the amount of pip download retries to 10 from a default 5 - posted by GitBox <gi...@apache.org> on 2019/01/16 00:17:46 UTC, 0 replies.
- [beam] branch master updated (5d00f6b -> 1891410) - posted by al...@apache.org on 2019/01/16 00:17:52 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7519 from tvalentyn/pip_retries - posted by al...@apache.org on 2019/01/16 00:17:53 UTC, 0 replies.
- [beam] Diff for: [GitHub] boyuanzz closed pull request #7524: [DO NOT MERGE] Run all PostCommit Tests against Release Branch - posted by GitBox <gi...@apache.org> on 2019/01/16 00:34:25 UTC, 0 replies.
- [beam] Diff for: [GitHub] boyuanzz closed pull request #7525: [DO NOT MERGE] Run all PostCommit Tests against Release Branch - posted by GitBox <gi...@apache.org> on 2019/01/16 00:43:23 UTC, 0 replies.
- [beam] Diff for: [GitHub] reuvenlax merged pull request #7523: Apply spotless across Beam - posted by GitBox <gi...@apache.org> on 2019/01/16 02:09:46 UTC, 0 replies.
- [beam] branch master updated (1891410 -> b83b302) - posted by re...@apache.org on 2019/01/16 02:09:54 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7523: Apply spotless across Beam - posted by re...@apache.org on 2019/01/16 02:09:55 UTC, 0 replies.
- [beam] Diff for: [GitHub] kennknowles closed pull request #7528: DO NOT MERGE - dummy PR to see if spotlessCheck on Jenkins succeeds against two different codebases - posted by GitBox <gi...@apache.org> on 2019/01/16 02:12:34 UTC, 0 replies.
- [beam] Diff for: [GitHub] tweise merged pull request #7517: [BEAM-6440] Fix leakage of timer de-duplication map - posted by GitBox <gi...@apache.org> on 2019/01/16 02:20:59 UTC, 0 replies.
- [beam] branch master updated (b83b302 -> 40b889e) - posted by th...@apache.org on 2019/01/16 02:21:06 UTC, 0 replies.
- [beam] 01/01: Merge pull request #7517: [BEAM-6440] Fix leakage of timer de-duplication map - posted by th...@apache.org on 2019/01/16 02:21:07 UTC, 0 replies.
- [beam] Diff for: [GitHub] reuvenlax merged pull request #7500: [BEAM-4076] Add antlr4 to beam - posted by GitBox <gi...@apache.org> on 2019/01/16 02:53:41 UTC, 0 replies.
- [beam] branch master updated (40b889e -> be1b166) - posted by re...@apache.org on 2019/01/16 02:53:50 UTC, 0 replies.
- [beam] branch master updated: Revert "Move Python Validates Runner Flink test to PreCommit." - posted by ke...@apache.org on 2019/01/16 14:10:54 UTC, 0 replies.
- [beam] branch master updated (eb7225c -> 6c2fe17) - posted by ec...@apache.org on 2019/01/16 14:25:26 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [BEAM-6440] Fix leakage of timer de-duplication map - posted by mx...@apache.org on 2019/01/16 15:58:11 UTC, 0 replies.
- [beam] branch master updated: Fix equality comparison to be against method invocation, not method object. - posted by al...@apache.org on 2019/01/16 19:38:37 UTC, 0 replies.
- [beam] branch master updated: Update syncjenkins shema - posted by sc...@apache.org on 2019/01/16 21:42:14 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6454] Fix dict_values error in DataflowRunner - posted by al...@apache.org on 2019/01/16 21:54:16 UTC, 0 replies.
- [beam] branch master updated: Turn off spotless paddedCell - posted by re...@apache.org on 2019/01/16 23:56:15 UTC, 0 replies.
- [beam] branch master updated (94322f3 -> be7c159) - posted by re...@apache.org on 2019/01/17 00:10:00 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6405] Disable parallel test execution of Java PortableValidatesRunner (#7515) - posted by mx...@apache.org on 2019/01/17 02:07:33 UTC, 0 replies.
- [beam] branch master updated: Move the contribution testing guide to the confluence wiki (#7486) - posted by ke...@apache.org on 2019/01/17 02:11:59 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/17 02:12:38 at commit 1c1c7be - posted by gi...@apache.org on 2019/01/17 02:12:43 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Add ParDoTest - posted by ec...@apache.org on 2019/01/17 14:18:54 UTC, 0 replies.
- [beam] branch master updated: apply spotless on master - posted by re...@apache.org on 2019/01/17 17:05:36 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6334] Add throwing exception in case of invalid state or timeout - posted by ar...@apache.org on 2019/01/17 17:26:47 UTC, 0 replies.
- [beam] branch master updated (d116214 -> 616dbb1) - posted by ke...@apache.org on 2019/01/17 17:32:56 UTC, 0 replies.
- [beam] branch master updated: Add all postcommit tests into RC process - posted by sc...@apache.org on 2019/01/17 21:44:06 UTC, 0 replies.
- [beam] branch master updated: Deflake progress metrics test with a retry. - posted by ro...@apache.org on 2019/01/18 08:20:24 UTC, 0 replies.
- [beam] branch master updated (e1486fc -> 82c8e39) - posted by ro...@apache.org on 2019/01/18 08:21:44 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (7807606 -> 57200df) - posted by ie...@apache.org on 2019/01/18 08:49:25 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5910] Add lastModified field to MatchResult.Metadata - posted by ie...@apache.org on 2019/01/18 09:25:24 UTC, 0 replies.
- [beam] branch master updated: Changed BeamPython FnAPI state channel to use secure connection when credentials provided - posted by ro...@apache.org on 2019/01/18 09:53:50 UTC, 0 replies.
- [beam] branch master updated (73674b8 -> efcb20a) - posted by ro...@apache.org on 2019/01/18 10:57:35 UTC, 0 replies.
- [beam] branch master updated: Clean up Python Portability local_job_service. - posted by ro...@apache.org on 2019/01/18 11:20:18 UTC, 0 replies.
- [beam] branch master updated (0842f4c -> 67c8e7e) - posted by lg...@apache.org on 2019/01/18 11:32:14 UTC, 0 replies.
- [beam] branch master updated: Make Design documents page up-to-date - posted by ie...@apache.org on 2019/01/18 16:12:27 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/18 16:14:23 at commit 39cb80e - posted by gi...@apache.org on 2019/01/18 16:14:28 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Address minor review notes - posted by ar...@apache.org on 2019/01/18 18:14:50 UTC, 0 replies.
- [beam] branch master updated (b5d637f -> dd373d5) - posted by al...@apache.org on 2019/01/18 18:15:44 UTC, 0 replies.
- [beam] branch master updated: Add package description to the debug package. - posted by al...@apache.org on 2019/01/18 18:16:22 UTC, 0 replies.
- [beam] branch master updated: Fix a bug: certain error in LiftedCombine is not propagated out (#7518) - posted by al...@apache.org on 2019/01/18 18:18:17 UTC, 0 replies.
- [beam] branch master updated: [SQL] Force cacheless root schema in Jdbc connection - posted by an...@apache.org on 2019/01/18 18:41:54 UTC, 0 replies.
- [beam] branch master updated (6a59667 -> 2bf5ead) - posted by ke...@apache.org on 2019/01/18 21:33:27 UTC, 0 replies.
- [beam] branch master updated: Minor code refactoring and improvements. - posted by sc...@apache.org on 2019/01/18 21:54:19 UTC, 0 replies.
- [beam] branch master updated (d4bd8bb -> dccd672) - posted by sc...@apache.org on 2019/01/18 22:43:41 UTC, 0 replies.
- [beam] branch master updated: Remove timers restriction for FnApi runner. - posted by ro...@apache.org on 2019/01/18 22:47:39 UTC, 0 replies.
- [beam] branch master updated: Allow more efficient encoding of generic iterable types. - posted by ro...@apache.org on 2019/01/18 22:49:13 UTC, 0 replies.
- [beam] branch master updated: Properly propagate environment in combiner lifting. - posted by ro...@apache.org on 2019/01/18 22:53:15 UTC, 0 replies.
- [beam] branch master updated (fea721a -> 56babf0) - posted by sc...@apache.org on 2019/01/18 22:54:35 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/18 22:55:16 at commit 56babf0 - posted by gi...@apache.org on 2019/01/18 22:55:20 UTC, 0 replies.
- [beam] branch master updated (56babf0 -> 170b3ac) - posted by go...@apache.org on 2019/01/19 02:18:37 UTC, 0 replies.
- [beam] branch master updated: Remove generated code from srcSets. - posted by re...@apache.org on 2019/01/19 04:59:27 UTC, 0 replies.
- [beam] branch master updated: Install Beam test dependencies in Flink compatibility tests - posted by mx...@apache.org on 2019/01/19 15:35:41 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: Install Beam test dependencies in Flink compatibility tests - posted by mx...@apache.org on 2019/01/19 15:50:02 UTC, 0 replies.
- [beam] branch master updated (7b9fd01 -> 4307d0e) - posted by re...@apache.org on 2019/01/20 00:05:10 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6418] Lower memory consumption of Flink integration tests (#7512) - posted by th...@apache.org on 2019/01/20 00:45:03 UTC, 0 replies.
- [beam] branch master updated (6006038 -> 860af3f) - posted by mx...@apache.org on 2019/01/21 02:34:28 UTC, 0 replies.
- [beam] branch master updated: Correct trivial documentation bug - posted by ro...@apache.org on 2019/01/21 11:12:15 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (36ec5f4 -> 891799d) - posted by mx...@apache.org on 2019/01/21 22:24:44 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6460] Remove cached class references upon start/shutdown - posted by mx...@apache.org on 2019/01/22 01:08:25 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [BEAM-6460] Remove cached class references upon start/shutdown - posted by mx...@apache.org on 2019/01/22 01:22:11 UTC, 0 replies.
- [beam] branch master updated: add target to spotless, execute spotlessApply on missed files - posted by re...@apache.org on 2019/01/22 04:02:14 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (16ac4a0 -> 7b6bc5d) - posted by ec...@apache.org on 2019/01/22 11:06:03 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Add ComplexSourceTest - posted by ec...@apache.org on 2019/01/22 15:02:44 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6473] Disable failing new test on Flink runner. - posted by mx...@apache.org on 2019/01/22 15:18:26 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [BEAM-6352] Revert PR#6467 to fix Watch transform from swegner/revert_pr6467 - posted by sc...@apache.org on 2019/01/22 17:33:48 UTC, 0 replies.
- [beam] branch master updated: [BEAM-4472] Fix Top accum coder to be liftable. - posted by al...@apache.org on 2019/01/22 18:24:54 UTC, 0 replies.
- [beam] branch master updated: Set read permissions for the staged files - posted by go...@apache.org on 2019/01/22 18:32:56 UTC, 0 replies.
- [beam] branch master updated (67e58e5 -> 795a95e) - posted by ke...@apache.org on 2019/01/22 18:50:41 UTC, 0 replies.
- [beam] branch master updated: Add named variant of PTransform#compose() - posted by sc...@apache.org on 2019/01/22 21:32:42 UTC, 0 replies.
- [beam] branch master updated: [Go SDK] Fix side input window coding, & re-enable tests. - posted by al...@apache.org on 2019/01/22 22:29:28 UTC, 0 replies.
- [beam] branch master updated (fa3af06 -> 324a1bc) - posted by sc...@apache.org on 2019/01/23 01:31:42 UTC, 0 replies.
- [beam] branch master updated: Remove usages of deprecated --process-dependency-links pip flag, and simplify dependecy version spec. - posted by cc...@apache.org on 2019/01/23 03:57:54 UTC, 0 replies.
- [beam] branch master updated (4e6fb5e -> a843a08) - posted by ro...@apache.org on 2019/01/23 12:53:57 UTC, 0 replies.
- [beam] branch master updated (a843a08 -> 8b4898e) - posted by sc...@apache.org on 2019/01/23 16:04:52 UTC, 0 replies.
- [beam] branch master updated (8b4898e -> 26173a8) - posted by lg...@apache.org on 2019/01/23 16:32:55 UTC, 0 replies.
- [beam] branch master updated (26173a8 -> 21f4b54) - posted by sc...@apache.org on 2019/01/23 16:41:57 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Fail in case of having SideInouts or State/Timers - posted by ar...@apache.org on 2019/01/23 17:04:08 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6237] Fix ULR not deleting artifacts after running jobs. - posted by sc...@apache.org on 2019/01/23 18:11:49 UTC, 0 replies.
- [beam] branch master updated: Python 3 port io.parquetio module - posted by al...@apache.org on 2019/01/23 18:39:10 UTC, 0 replies.
- [beam] branch master updated (c25403b -> 22b396c) - posted by xi...@apache.org on 2019/01/23 19:08:51 UTC, 0 replies.
- [beam] branch master updated: Fix ptest runner selection. - posted by al...@apache.org on 2019/01/23 19:33:15 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5313] Add wordcount examples to py3 test suite (#7565) - posted by al...@apache.org on 2019/01/23 19:38:26 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6491] Remove race in FileIOTest.testMatchWatchForNewFiles - posted by ie...@apache.org on 2019/01/23 20:17:02 UTC, 0 replies.
- [beam] branch master updated: BEAM-4142 fix and enable sickbayed test case - posted by ke...@apache.org on 2019/01/23 20:52:07 UTC, 0 replies.
- [beam] branch master updated: Improve programming model documentation. - posted by ke...@apache.org on 2019/01/23 21:57:54 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/23 21:58:46 at commit dbda6ca - posted by gi...@apache.org on 2019/01/23 21:58:53 UTC, 0 replies.
- [beam] branch master updated: Fix typo in github sync script - posted by sc...@apache.org on 2019/01/23 22:56:03 UTC, 0 replies.
- [beam] branch master updated: Skipping cython-requiring tests on cython absence - posted by al...@apache.org on 2019/01/24 00:21:20 UTC, 0 replies.
- [beam] branch master updated: Add Runner supported features plugin doc - posted by ec...@apache.org on 2019/01/24 08:21:28 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/24 08:22:40 at commit 7a4dab3 - posted by gi...@apache.org on 2019/01/24 08:22:45 UTC, 0 replies.
- [beam] branch master updated (7a4dab3 -> 428dbaf) - posted by ro...@apache.org on 2019/01/24 13:02:19 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated (ff7a24f -> bac8773) - posted by ec...@apache.org on 2019/01/24 15:09:19 UTC, 0 replies.
- [beam] branch master updated: Add missing javadocs for new public methods - posted by sc...@apache.org on 2019/01/24 19:08:35 UTC, 0 replies.
- [beam] branch release-2.10.0 updated (bfd6893 -> c4b672c) - posted by ke...@apache.org on 2019/01/24 19:21:37 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: Cherry-pick 10f4b1a5ef to 2.10.0 release branch (#7611) - posted by ke...@apache.org on 2019/01/24 19:22:43 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: Merge pull request #7600: [BEAM-6354] Revert "[BEAM-2939] SplittableDoFn Java SDK API Changes (#6969)" - posted by ke...@apache.org on 2019/01/24 19:23:21 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6161] Introduce PCollectionConsumerRegistry and add ElementCount counters to the java SDK - posted by sc...@apache.org on 2019/01/24 22:25:23 UTC, 0 replies.
- [beam] branch master updated: make getCurrentSchemaPlus public - posted by an...@apache.org on 2019/01/24 22:29:06 UTC, 0 replies.
- [beam] branch master updated: [Dependency Update] upgrade to gradle-apt-plugin 0.20 - posted by sc...@apache.org on 2019/01/24 23:38:50 UTC, 0 replies.
- [beam] branch master updated: UnboundedReadFromBoundedSource should invoke split for small sources - posted by sc...@apache.org on 2019/01/24 23:50:48 UTC, 0 replies.
- [beam] branch master updated: In SdkComponents (portability support lib), use equality to compare Coders (#7462) - posted by ke...@apache.org on 2019/01/25 00:19:52 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6468] Allow creating empty TestBoundedTable. - posted by an...@apache.org on 2019/01/25 00:33:42 UTC, 0 replies.
- [beam] branch master updated: Refactor, Remove references to Dataflow classes in base State Sampling classes. - posted by sc...@apache.org on 2019/01/25 02:22:14 UTC, 0 replies.
- [beam] branch master updated (e811212 -> 997c282) - posted by pa...@apache.org on 2019/01/25 03:06:48 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Fixed Javadoc error - posted by ar...@apache.org on 2019/01/25 10:17:14 UTC, 0 replies.
- [beam] branch master updated (997c282 -> c51f107) - posted by mx...@apache.org on 2019/01/25 13:35:40 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Rename SparkSideInputReader class - posted by ar...@apache.org on 2019/01/25 16:03:37 UTC, 0 replies.
- [beam] branch spark-runner_structured-streaming updated: Rename pruneOutput() to pruneOutputFilteredByTag() - posted by ar...@apache.org on 2019/01/25 16:33:55 UTC, 0 replies.
- [beam] branch master updated: Fix py3 type error in bundle_processor - posted by ro...@apache.org on 2019/01/25 16:44:40 UTC, 0 replies.
- [beam] branch master updated: [Dependency Update] upgrade to shadow plugin 4.0.4 - posted by sc...@apache.org on 2019/01/25 17:00:13 UTC, 0 replies.
- [beam] branch master updated: [ANTLR Plugin] align plugin configuration with conventions - posted by re...@apache.org on 2019/01/25 17:30:40 UTC, 0 replies.
- [beam] branch master updated: Add additional debug output for metrics prober test failures - posted by sc...@apache.org on 2019/01/25 18:40:03 UTC, 0 replies.
- [beam] branch master updated: Add a bit more details to the CONTRIBUTING stub - posted by sc...@apache.org on 2019/01/25 19:14:42 UTC, 0 replies.
- [beam] branch master updated: Replace visteg plugin with gradle-task-tree to visualize task dependency tree - posted by sc...@apache.org on 2019/01/25 20:38:13 UTC, 0 replies.
- [beam] branch master updated: align shadow plugin version across build - posted by sc...@apache.org on 2019/01/25 20:41:55 UTC, 0 replies.
- [beam] branch master updated (941c4cd -> 3f58252) - posted by sc...@apache.org on 2019/01/25 20:47:55 UTC, 0 replies.
- [beam] branch master updated: Fixing nested records test. Testing only BQ, not Side Inputs - posted by pa...@apache.org on 2019/01/25 21:46:09 UTC, 0 replies.
- [beam] branch master updated: Fix lint error on docstring - posted by pa...@apache.org on 2019/01/25 22:23:33 UTC, 0 replies.
- [beam] branch master updated: Fix couple of design-docs links for SQL - posted by an...@apache.org on 2019/01/25 23:38:33 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/25 23:39:29 at commit f560edc - posted by gi...@apache.org on 2019/01/25 23:39:34 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [Gradle Release Plugin] - pre tag commit: 'v2.10.0-RC1'. - posted by ke...@apache.org on 2019/01/26 00:30:04 UTC, 1 replies.
- [beam] annotated tag v2.10.0-RC1 updated (f9aaa72 -> ad0efbf) - posted by ke...@apache.org on 2019/01/26 00:30:11 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: [Gradle Release Plugin] - new version commit: 'v2.10.0-SNAPSHOT'. - posted by ke...@apache.org on 2019/01/26 00:30:21 UTC, 1 replies.
- [beam] annotated tag v2.10.0-RC1 deleted (was ad0efbf) - posted by ke...@apache.org on 2019/01/26 00:54:20 UTC, 0 replies.
- [beam] annotated tag v2.10.0-RC1 updated (5bc4eb4 -> 64ebd24) - posted by ke...@apache.org on 2019/01/26 00:55:35 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6457] Refactoring of a few BigQuery classes. (#7605) - posted by pa...@apache.org on 2019/01/26 06:25:28 UTC, 0 replies.
- [beam] branch master updated: [SQL] Fix CREATE EXTERNAL TABLE in non-default schema (#7627) - posted by an...@apache.org on 2019/01/26 17:08:50 UTC, 0 replies.
- [beam] branch master updated (b861827 -> f85817a) - posted by ie...@apache.org on 2019/01/27 22:04:58 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6165] FlinkMetricContainer cleanup (#7637) - posted by th...@apache.org on 2019/01/28 03:26:39 UTC, 0 replies.
- [beam] branch master updated: Comment typos and misc other nits (#7639) - posted by th...@apache.org on 2019/01/28 03:29:11 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6473] Materialize all inputs of transforms with side input collections - posted by th...@apache.org on 2019/01/28 03:34:40 UTC, 0 replies.
- [beam] branch master updated: [BEAM-4776] AutoValues for MetricResults, MetricQueryResults (#7621) - posted by th...@apache.org on 2019/01/28 03:42:08 UTC, 0 replies.
- [beam] branch master updated: [BEAM-4904] Update embedded Mongo to version 2.2.0 - posted by ar...@apache.org on 2019/01/28 15:52:54 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6523] Add transcoding extension for Python flatten tests - posted by mx...@apache.org on 2019/01/28 16:29:16 UTC, 0 replies.
- svn commit: r32171 - in /dev/beam/2.10.0: ./ apache-beam-2.10.0-source-release.zip apache-beam-2.10.0-source-release.zip.asc apache-beam-2.10.0-source-release.zip.sha512 - posted by ke...@apache.org on 2019/01/28 16:30:07 UTC, 0 replies.
- svn commit: r32172 - in /dev/beam/2.10.0/python: ./ apache-beam-2.10.0.zip apache-beam-2.10.0.zip.asc apache-beam-2.10.0.zip.sha512 - posted by ke...@apache.org on 2019/01/28 16:53:38 UTC, 0 replies.
- svn commit: r32173 - /release/beam/KEYS - posted by ke...@apache.org on 2019/01/28 17:14:56 UTC, 0 replies.
- svn commit: r32174 - /dev/beam/KEYS - posted by ke...@apache.org on 2019/01/28 17:16:30 UTC, 0 replies.
- [beam] branch master updated (32672b3 -> dcda09a) - posted by sc...@apache.org on 2019/01/28 17:41:14 UTC, 0 replies.
- [beam] branch master updated (dcda09a -> 26bd104) - posted by ro...@apache.org on 2019/01/28 19:21:21 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6497] Upgrade testcontainers - posted by ch...@apache.org on 2019/01/28 22:10:15 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6513] Fix NPE in BeamEnumerableConveter. - posted by ap...@apache.org on 2019/01/28 23:56:27 UTC, 0 replies.
- [beam] branch master updated: add base plugin to py3 container build - posted by sc...@apache.org on 2019/01/29 00:40:30 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6520] Deprecate MongoDb `withKeepAlive` - posted by ar...@apache.org on 2019/01/29 09:56:49 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6439] Add PostCommit variant of PVR to build matrix - posted by mx...@apache.org on 2019/01/29 10:20:35 UTC, 0 replies.
- [beam] branch master updated: fix python metric-querying bug - posted by mx...@apache.org on 2019/01/29 10:39:47 UTC, 0 replies.
- [beam] branch master updated: [BEAM-4890] Update cassandra-all dependency to version 3.11.3 - posted by ar...@apache.org on 2019/01/29 10:43:16 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5723] Avoid relocating guava for CassandraIO - posted by ie...@apache.org on 2019/01/29 10:59:40 UTC, 0 replies.
- [beam] branch master updated (ad00c99 -> 52d7944) - posted by mx...@apache.org on 2019/01/29 15:07:57 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6305] Update Cassandra java driver to version 3.6.0 - posted by ar...@apache.org on 2019/01/29 15:54:16 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6302] Allow setting Compression Codec in ParquetIO - posted by ie...@apache.org on 2019/01/29 15:57:50 UTC, 0 replies.
- [beam] branch master updated: align spotless plugin version across build - posted by sc...@apache.org on 2019/01/29 18:42:16 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6431] Move ExecutionStateSampler and ExecutionStateTracker into runners-core-java - posted by sc...@apache.org on 2019/01/29 18:42:36 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5442] Retrieve valid runner options from JobService - posted by al...@apache.org on 2019/01/29 19:07:49 UTC, 0 replies.
- [beam] branch master updated: Revert "Merge pull request #7316 [BEAM-6269] Cross-SDK transform expansion protocol." - posted by ke...@apache.org on 2019/01/29 22:04:39 UTC, 0 replies.
- [beam] branch master updated: BEAM-6494 When we have prepared a transaction to be executed on the Redis server, we now push that transaction to the server. Previously the buffer was only flushed when the pipeline was closed. - posted by ie...@apache.org on 2019/01/29 22:38:14 UTC, 0 replies.
- svn commit: r32217 - /dev/beam/2.10.0/python/apache_beam-2.10.0-cp27-cp27m-manylinux1_i686.whl - posted by ke...@apache.org on 2019/01/29 23:54:56 UTC, 0 replies.
- svn commit: r32218 - /dev/beam/2.10.0/python/apache_beam-2.10.0-cp27-cp27mu-manylinux1_x86_64.whl - posted by ke...@apache.org on 2019/01/29 23:55:13 UTC, 0 replies.
- svn commit: r32219 - /dev/beam/2.10.0/python/apache_beam-2.10.0-cp27-cp27m-manylinux1_x86_64.whl - posted by ke...@apache.org on 2019/01/29 23:55:26 UTC, 0 replies.
- svn commit: r32220 - /dev/beam/2.10.0/python/apache_beam-2.10.0-cp27-cp27mu-manylinux1_i686.whl - posted by ke...@apache.org on 2019/01/29 23:55:35 UTC, 0 replies.
- svn commit: r32221 - /dev/beam/2.10.0/python/apache_beam-2.10.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl - posted by ke...@apache.org on 2019/01/29 23:55:38 UTC, 0 replies.
- [beam] branch master updated (2daeb8cc -> aeee77b) - posted by al...@apache.org on 2019/01/30 01:24:17 UTC, 0 replies.
- [beam] branch master updated: Python 3 port examples modules - posted by al...@apache.org on 2019/01/30 01:32:18 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/30 01:33:11 at commit 39c4320 - posted by gi...@apache.org on 2019/01/30 01:33:16 UTC, 0 replies.
- [beam] branch master updated: Minor fixes for Python 3 compatibility - posted by al...@apache.org on 2019/01/30 01:33:53 UTC, 0 replies.
- [beam] branch master updated: Got rid of the WindmillServiceUseStreamingRpcs option from StreamingD… (#7631) - posted by al...@apache.org on 2019/01/30 02:11:05 UTC, 0 replies.
- svn commit: r32225 - /dev/beam/2.10.0/python/ - posted by ke...@apache.org on 2019/01/30 04:27:35 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6285] add parameters for offsetConsumer in KafkaIO.read() - posted by ar...@apache.org on 2019/01/30 09:28:27 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6543] Pass on PipelineOptions from TestFlinkRunner to FlinkRunner - posted by mx...@apache.org on 2019/01/30 11:48:49 UTC, 0 replies.
- [beam] branch master updated: [BEAM-3667] Make embedded MongoDB instance per class and test code more robust - posted by ar...@apache.org on 2019/01/30 13:08:22 UTC, 0 replies.
- [beam] branch master updated (3496b64 -> 095664b) - posted by mx...@apache.org on 2019/01/30 14:21:02 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/30 14:22:33 at commit 095664b - posted by gi...@apache.org on 2019/01/30 14:22:39 UTC, 0 replies.
- [beam] branch master updated (095664b -> d1ac67c) - posted by lg...@apache.org on 2019/01/30 15:02:43 UTC, 0 replies.
- [beam] branch master updated: [BEAM-3342] Create a Cloud Bigtable Python connector Write - posted by ch...@apache.org on 2019/01/30 18:37:21 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6545] Remove useless allowance of null constructor in ByteArrayShufflePosition - posted by ke...@apache.org on 2019/01/30 19:08:26 UTC, 0 replies.
- [beam] branch master updated: [BEAM-5091] Wordcount integration test on DataflowRunner in Python 3 - posted by al...@apache.org on 2019/01/31 02:51:05 UTC, 0 replies.
- [beam] branch master updated: Update design-your-pipeline.md - posted by ar...@apache.org on 2019/01/31 10:30:19 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/31 10:31:37 at commit 2f997b7 - posted by gi...@apache.org on 2019/01/31 10:31:42 UTC, 0 replies.
- [beam] branch master updated (2f997b7 -> 42d0918) - posted by mx...@apache.org on 2019/01/31 10:44:22 UTC, 0 replies.
- [beam] branch asf-site updated: Publishing website 2019/01/31 10:45:06 at commit 42d0918 - posted by gi...@apache.org on 2019/01/31 10:45:11 UTC, 0 replies.
- [beam] branch master updated (42d0918 -> d0dfa97) - posted by mx...@apache.org on 2019/01/31 11:51:17 UTC, 0 replies.
- [beam] branch master updated (d0dfa97 -> b117244) - posted by ro...@apache.org on 2019/01/31 12:13:05 UTC, 0 replies.
- [beam] branch master updated (b117244 -> f1e5178) - posted by lg...@apache.org on 2019/01/31 12:27:12 UTC, 0 replies.
- [beam] branch release-2.7.1 created (now a882a28) - posted by mx...@apache.org on 2019/01/31 12:28:08 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6243] Add an experiment to use Python's optimizer on Flink. - posted by ro...@apache.org on 2019/01/31 13:42:14 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6497] Retry ClickHouse container startup - posted by ke...@apache.org on 2019/01/31 18:47:16 UTC, 0 replies.
- [beam] branch master updated: Register another generic iterable type. - posted by ro...@apache.org on 2019/01/31 19:12:59 UTC, 0 replies.
- [beam] branch master updated: [BEAM-6569] Remove a flaky test from a precommit suite. (#7691) - posted by pa...@apache.org on 2019/01/31 19:34:09 UTC, 0 replies.
- [beam] branch master updated: Sync dependencies in base_image_requirements.txt with setup.py - posted by cc...@apache.org on 2019/01/31 19:36:13 UTC, 0 replies.
- [beam] branch release-2.10.0 updated: Upgrades gcsio dependency to 1.9.12 - posted by ke...@apache.org on 2019/01/31 20:30:23 UTC, 0 replies.
- [beam] branch master updated (3e9e017 -> 13c1bf5) - posted by cc...@apache.org on 2019/01/31 22:21:17 UTC, 0 replies.
- [beam] branch master updated (13c1bf5 -> 638449b) - posted by ke...@apache.org on 2019/01/31 22:21:40 UTC, 0 replies.