You are viewing a plain text version of this content. The canonical link for it is here.
- [flink] branch master updated: [FLINK-12897][python][docs] Improve the Python Table API docs by adding more examples. - posted by ji...@apache.org on 2019/07/01 04:06:02 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13022][table][hive] unify catalog function implementations - posted by bl...@apache.org on 2019/07/01 05:03:03 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12758][ml] Add flink-ml-lib module - posted by sh...@apache.org on 2019/07/01 07:48:33 UTC, 0 replies.
- [flink] branch master updated (726d9e4 -> 6f6cfde) - posted by ch...@apache.org on 2019/07/01 11:33:05 UTC, 0 replies.
- [flink] 01/02: [FLINK-13001][tests] Add TestingExecutionGraphBuilder - posted by ch...@apache.org on 2019/07/01 11:33:06 UTC, 0 replies.
- [flink] 02/02: [FLINK-12997][coordination] Release partitions on vertex reset - posted by ch...@apache.org on 2019/07/01 11:33:07 UTC, 0 replies.
- [flink] branch master updated (6f6cfde -> 4beba91) - posted by ch...@apache.org on 2019/07/01 12:28:12 UTC, 0 replies.
- [flink] 01/02: [hotfix][docs] Regenerate blob server configuration docs - posted by ch...@apache.org on 2019/07/01 12:28:13 UTC, 0 replies.
- [flink] 02/02: [hotfix][docs] Update configuration page to list new netty shuffle options - posted by ch...@apache.org on 2019/07/01 12:28:14 UTC, 0 replies.
- [flink] branch master updated (4beba91 -> 6311a65) - posted by pn...@apache.org on 2019/07/01 14:41:09 UTC, 0 replies.
- [flink] 01/16: [hotfix][network] Rename BufferBlocker to BufferStorage - posted by pn...@apache.org on 2019/07/01 14:41:10 UTC, 0 replies.
- [flink] 02/16: [hotfix][network] Make toNotifyOnCheckpoint field final in ChekpointBarrierHandlers - posted by pn...@apache.org on 2019/07/01 14:41:11 UTC, 0 replies.
- [flink] 03/16: [hotfix][network] Move queuedBuffered and currentBuffered fields to BufferStorage - posted by pn...@apache.org on 2019/07/01 14:41:12 UTC, 0 replies.
- [flink] 04/16: [hotfix][test] Drop unnecessary pageSize argument in BufferBarierTestBase#createBuffer - posted by pn...@apache.org on 2019/07/01 14:41:13 UTC, 0 replies.
- [flink] 05/16: [hotfix][network] Do not abort the same checkpoint barrier twice when cancellation marker was lost - posted by pn...@apache.org on 2019/07/01 14:41:14 UTC, 0 replies.
- [flink] 06/16: [hotfix][test] Drop mockito usage from BarrierTrackerTest - posted by pn...@apache.org on 2019/07/01 14:41:15 UTC, 0 replies.
- [flink] 07/16: [FLINK-12777][network] Extract CheckpointBarrierAligner from BarrierBuffer - posted by pn...@apache.org on 2019/07/01 14:41:16 UTC, 0 replies.
- [flink] 08/16: [FLIKN-12777][network] Refactor BarrierTracker to use the same code structure as BarrierBuffer - posted by pn...@apache.org on 2019/07/01 14:41:17 UTC, 0 replies.
- [flink] 09/16: [FLINK-12777][network] Rename existing classes to make them in sync with the refactor - posted by pn...@apache.org on 2019/07/01 14:41:18 UTC, 0 replies.
- [flink] 10/16: [hotfix][network] Split InputProcessorUtil into smaller methods - posted by pn...@apache.org on 2019/07/01 14:41:19 UTC, 0 replies.
- [flink] 11/16: [FLINK-12777][network] Introduce LinkedBufferStorage class - posted by pn...@apache.org on 2019/07/01 14:41:20 UTC, 0 replies.
- [flink] 12/16: [hotfix][operator] Fix checkpointing lock in StreamTwoInputSelectableProcessor - posted by pn...@apache.org on 2019/07/01 14:41:21 UTC, 0 replies.
- [flink] 13/16: [FLINK-12777][operator] Use CheckpointedInputGate StreamTwoInputSelectableProcessor - posted by pn...@apache.org on 2019/07/01 14:41:22 UTC, 0 replies.
- [flink] 14/16: [hotfix][network] Drop unneccessary reference in the comment - posted by pn...@apache.org on 2019/07/01 14:41:23 UTC, 0 replies.
- [flink] 15/16: [hotfix][network] Minor code simplification in CachedBufferStorage - posted by pn...@apache.org on 2019/07/01 14:41:24 UTC, 0 replies.
- [flink] 16/16: [hotfix][network] Drop one testing constructor of CheckpointedInputGate - posted by pn...@apache.org on 2019/07/01 14:41:25 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13023][hive] Generate HiveTableSource from a Hive table - posted by bl...@apache.org on 2019/07/01 18:30:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13005][hive] HiveCatalog should not add 'flink.is_generic' key for Hive table - posted by bl...@apache.org on 2019/07/01 18:33:44 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12627][doc][sql client][hive] Document how to configure and use catalogs in SQL CLI - posted by bl...@apache.org on 2019/07/01 18:37:23 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11147][table][docs] Add documentation for TableAggregate Function - posted by ji...@apache.org on 2019/07/02 00:01:27 UTC, 0 replies.
- svn commit: r34724 - /dev/flink/flink-1.8.1-rc1/ /release/flink/flink-1.8.1/ - posted by ji...@apache.org on 2019/07/02 05:48:27 UTC, 0 replies.
- svn commit: r34725 - /release/flink/flink-1.8.0/ - posted by ji...@apache.org on 2019/07/02 05:51:56 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12703][table-planner-blink] Introduce metadata handlers on SEMI/ANTI join and lookup join - posted by ku...@apache.org on 2019/07/02 08:09:01 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12937][table-planner-blink] Introduce join reorder planner rules in blink planner - posted by ku...@apache.org on 2019/07/02 09:10:28 UTC, 0 replies.
- [flink] branch master updated (a6d72fe -> c3f2ad8) - posted by ja...@apache.org on 2019/07/02 09:18:49 UTC, 0 replies.
- [flink] 01/03: [FLINK-12805][table-api] Introduce PartitionableTableSource for partition pruning - posted by ja...@apache.org on 2019/07/02 09:18:50 UTC, 0 replies.
- [flink] 02/03: [FLINK-12808][table-api] Introduce OverwritableTableSink for supporting insert overwrite - posted by ja...@apache.org on 2019/07/02 09:18:51 UTC, 0 replies.
- [flink] 03/03: [FLINK-12809][table-api] Introduce PartitionableTableSink for supporting writing data into partitions - posted by ja...@apache.org on 2019/07/02 09:18:52 UTC, 0 replies.
- [flink] branch master updated (c3f2ad8 -> 036c549) - posted by tw...@apache.org on 2019/07/02 11:11:00 UTC, 0 replies.
- [flink] 01/05: [FLINK-13028][table-api-java] Extract legacy type inference logic - posted by tw...@apache.org on 2019/07/02 11:11:01 UTC, 0 replies.
- [flink] 02/05: [FLINK-13028][table-api-java] Remove planner expression from ExpressionResolver - posted by tw...@apache.org on 2019/07/02 11:11:02 UTC, 0 replies.
- [flink] 03/05: [FLINK-13028][table-api-java] Refactor local over windows - posted by tw...@apache.org on 2019/07/02 11:11:03 UTC, 0 replies.
- [flink] 04/05: [FLINK-13028][table] Refactor expression package structure - posted by tw...@apache.org on 2019/07/02 11:11:04 UTC, 0 replies.
- [flink] 05/05: [FLINK-13028][table-api-java] Merge flatten and call resolution rule - posted by tw...@apache.org on 2019/07/02 11:11:05 UTC, 0 replies.
- [flink] branch master updated (036c549 -> 9fa61aa) - posted by dw...@apache.org on 2019/07/02 12:49:51 UTC, 0 replies.
- [flink] branch master updated (9fa61aa -> 95944e2) - posted by tw...@apache.org on 2019/07/02 14:25:41 UTC, 0 replies.
- [flink] 01/02: [hotfix][table-common] Enable finding multiple matching TableFactories from TableFactoryService - posted by tw...@apache.org on 2019/07/02 14:25:42 UTC, 0 replies.
- [flink] 02/02: [FLINK-12798][table] Add a discovery mechanism for switching between Flink/Blink Planner/Executor - posted by tw...@apache.org on 2019/07/02 14:25:43 UTC, 0 replies.
- [flink] branch master updated (95944e2 -> a0f747d) - posted by ch...@apache.org on 2019/07/02 15:05:55 UTC, 0 replies.
- [flink] 01/06: [hotfix][runtime] Cleanup IOManager code - posted by ch...@apache.org on 2019/07/02 15:05:56 UTC, 0 replies.
- [flink] 02/06: [hotfix][runtime] IOManager implements AutoCloseable - posted by ch...@apache.org on 2019/07/02 15:05:57 UTC, 0 replies.
- [flink] 03/06: [hotfix][runtime] Refactor IOManager#close and remove #isProperlyShutDown - posted by ch...@apache.org on 2019/07/02 15:05:58 UTC, 0 replies.
- [flink] 04/06: [FLINK-12735][network] Refactor IOManager to introduce FileChannelManager - posted by ch...@apache.org on 2019/07/02 15:05:59 UTC, 0 replies.
- [flink] 05/06: [FLINK-12735][network] Make shuffle environment implementation independent with IOManager - posted by ch...@apache.org on 2019/07/02 15:06:00 UTC, 0 replies.
- [flink] 06/06: [hotfix][runtime] Remove legacy NoOpIOManager class - posted by ch...@apache.org on 2019/07/02 15:06:01 UTC, 0 replies.
- [flink] branch master updated (a0f747d -> c9aa9a1) - posted by ch...@apache.org on 2019/07/02 15:08:14 UTC, 0 replies.
- [flink] 01/05: [FLINK-12883][runtime] Extract computation of pipelined regions. - posted by ch...@apache.org on 2019/07/02 15:08:15 UTC, 0 replies.
- [flink] 02/05: [hotfix][runtime] Use Set instead of IdentityHashMap where possible - posted by ch...@apache.org on 2019/07/02 15:08:16 UTC, 0 replies.
- [flink] 03/05: [hotfix][runtime] Remove obsolete comment from PipelinedRegionComputeUtil#uniqueRegions() - posted by ch...@apache.org on 2019/07/02 15:08:17 UTC, 0 replies.
- [flink] 04/05: [FLINK-12883][runtime] Add getID() to ExecutionVertex - posted by ch...@apache.org on 2019/07/02 15:08:18 UTC, 0 replies.
- [flink] 05/05: [FLINK-12883][runtime] Introduce PartitionReleaseStrategy - posted by ch...@apache.org on 2019/07/02 15:08:19 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13045][table] Move Scala expression DSL to flink-table-api-scala - posted by tw...@apache.org on 2019/07/02 15:23:51 UTC, 0 replies.
- [flink] branch master updated (d903480 -> 6cc8e44) - posted by dw...@apache.org on 2019/07/02 15:46:38 UTC, 0 replies.
- [flink] 01/03: [hotfix][table-planner][table-api-java] Move QueryOperation factories to table-api-java - posted by dw...@apache.org on 2019/07/02 15:46:39 UTC, 0 replies.
- [flink] 02/03: [FLINK-12906][table-planner][table-api-java] Ported OperationTreeBuilder to table-api-java module - posted by dw...@apache.org on 2019/07/02 15:46:40 UTC, 0 replies.
- [flink] 03/03: [hotfix][table-api-java] Moved QueryOperation utilities to o.a.f.t.operations.utils - posted by dw...@apache.org on 2019/07/02 15:46:41 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13047][table] Fix the Optional.orElse() usage issue in DatabaseCalciteSchema - posted by bl...@apache.org on 2019/07/02 18:10:17 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13021][table][hive] unify catalog partition implementations - posted by bl...@apache.org on 2019/07/02 18:16:13 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13046][hive] rename hive-site-path to hive-conf-dir to be consistent with standard name in Hive - posted by bl...@apache.org on 2019/07/02 18:21:29 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13048][hive] support decimal in Flink's integration with Hive user defined functions - posted by bl...@apache.org on 2019/07/02 18:38:28 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Remove the redundant 'python setup.py install' from tox.ini - posted by ji...@apache.org on 2019/07/03 00:26:41 UTC, 0 replies.
- [flink-web] branch asf-site updated: Add Apache Flink release 1.8.1 - posted by ji...@apache.org on 2019/07/03 01:27:17 UTC, 0 replies.
- [flink-web] branch asf-site updated: Rebuild website - posted by ji...@apache.org on 2019/07/03 01:30:41 UTC, 2 replies.
- [flink] branch master updated (686bc84 -> 29a0e8e) - posted by ja...@apache.org on 2019/07/03 02:08:10 UTC, 0 replies.
- [flink] 01/05: [FLINK-12945][docs-zh] Translate "RabbitMQ Connector" page into Chinese - posted by ja...@apache.org on 2019/07/03 02:08:11 UTC, 0 replies.
- [flink] 02/05: [FLINK-12938][docs-zh] Translate "Streaming Connectors" page into Chinese - posted by ja...@apache.org on 2019/07/03 02:08:12 UTC, 0 replies.
- [flink] 03/05: [FLINK-12946][docs-zh] Translate "Apache NiFi Connector" page into Chinese - posted by ja...@apache.org on 2019/07/03 02:08:13 UTC, 0 replies.
- [flink] 04/05: [FLINK-12943][docs-zh] Translate "HDFS Connector" page into Chinese - posted by ja...@apache.org on 2019/07/03 02:08:14 UTC, 0 replies.
- [flink] 05/05: [FLINK-12944][docs-zh] Translate "Streaming File Sink" page into Chinese - posted by ja...@apache.org on 2019/07/03 02:08:15 UTC, 0 replies.
- [flink-web] branch asf-site updated: [FLINK-11561][docs-zh] Translate "Flink Architecture" page into Chinese - posted by ji...@apache.org on 2019/07/03 02:16:58 UTC, 0 replies.
- [flink] branch master updated: [hotfix][docs] remove duplicate `to` in state doc - posted by ji...@apache.org on 2019/07/03 05:55:59 UTC, 0 replies.
- [flink] branch master updated (d81ac48 -> 886b01d) - posted by ku...@apache.org on 2019/07/03 06:06:48 UTC, 0 replies.
- [flink] 01/02: [FLINK-13049][table-planner-blink] Rename windowProperties and PlannerResolvedFieldReference to avoid name conflit - posted by ku...@apache.org on 2019/07/03 06:06:49 UTC, 0 replies.
- [flink] 02/02: [FLINK-13049][table-planner-blink] Port planner expressions to blink-planner from flink-planner - posted by ku...@apache.org on 2019/07/03 06:06:50 UTC, 0 replies.
- [flink-web] branch asf-site updated (947ce88 -> 703ffbe) - posted by al...@apache.org on 2019/07/03 07:35:56 UTC, 0 replies.
- [flink-web] 01/03: Add 1.8.0 to list of past releases - posted by al...@apache.org on 2019/07/03 07:35:57 UTC, 0 replies.
- [flink-web] 02/03: Remove .jekyll-metadata, it was added by mistake - posted by al...@apache.org on 2019/07/03 07:35:58 UTC, 0 replies.
- [flink-web] 03/03: Rebuild website - posted by al...@apache.org on 2019/07/03 07:35:59 UTC, 1 replies.
- [flink] branch master updated (886b01d -> 1123ded) - posted by ku...@apache.org on 2019/07/03 08:26:59 UTC, 0 replies.
- [flink] branch master updated (1123ded -> c5ccbfe) - posted by ja...@apache.org on 2019/07/03 09:46:28 UTC, 0 replies.
- [flink] 01/03: [FLINK-12977][table] Port CsvTableSource to api-java-bridge - posted by ja...@apache.org on 2019/07/03 09:46:29 UTC, 0 replies.
- [flink] 02/03: [FLINK-12977][table] Port CsvTableSink to api-java-bridge - posted by ja...@apache.org on 2019/07/03 09:46:30 UTC, 0 replies.
- [flink] 03/03: [FLINK-12978][table] Support LookupableTableSource for CsvTableSource - posted by ja...@apache.org on 2019/07/03 09:46:31 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12284][Network, Metrics]Fix the incorrect inputBufferUsage metric in credit-based network mode - posted by pn...@apache.org on 2019/07/03 09:47:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13077][python] Fix the failed test in CatalogPartitionAPICompletenessTests caused by the lack of "getComment" method. (#8968) - posted by ji...@apache.org on 2019/07/03 11:41:02 UTC, 0 replies.
- [flink] branch master updated: [hotfix][43w5] Fix logging argument - posted by ch...@apache.org on 2019/07/03 13:21:54 UTC, 0 replies.
- [flink] branch master updated: [hotfix][table] remove @PublicEvolving annotation from AbstractCatalog as it's not supported to be public - posted by bl...@apache.org on 2019/07/03 20:58:09 UTC, 0 replies.
- [flink] branch master updated (2b1a125 -> 6624562) - posted by se...@apache.org on 2019/07/03 22:34:55 UTC, 0 replies.
- [flink] 01/07: [FLINK-12974] [build] Bump checkstyle to 8.14 - posted by se...@apache.org on 2019/07/03 22:34:56 UTC, 0 replies.
- [flink] 02/07: [hotfix] [docs] Update IDE setup instructions for latest IntelliJ IDEA - posted by se...@apache.org on 2019/07/03 22:34:57 UTC, 0 replies.
- [flink] 03/07: [FLINK-12840] [core] Fix network utils to work with ipv6 correctly - posted by se...@apache.org on 2019/07/03 22:34:58 UTC, 0 replies.
- [flink] 04/07: [hotfix] [examples] Distinguish 'netcat' arguments for Linux and Windows in the SocketWIndowWordcount JavaDocs - posted by se...@apache.org on 2019/07/03 22:34:59 UTC, 0 replies.
- [flink] 05/07: [FLINK-13017] [docs] Do not mount local $HOME into docs docker environment - posted by se...@apache.org on 2019/07/03 22:35:00 UTC, 0 replies.
- [flink] 06/07: [FLINK-12820] [Connectors / Cassandra] Support ignoring writing nulls for tuple types - posted by se...@apache.org on 2019/07/03 22:35:01 UTC, 0 replies.
- [flink] 07/07: [FLINK-13043] [Library / CEP] Fix the bug of parsing Dewey number from string - posted by se...@apache.org on 2019/07/03 22:35:02 UTC, 0 replies.
- [flink] branch master updated (6624562 -> 6a682ff) - posted by ga...@apache.org on 2019/07/03 23:03:32 UTC, 0 replies.
- [flink] 01/04: [hotfix][runtime] Fix checkstyle violations in FailoverStrategyLoader - posted by ga...@apache.org on 2019/07/03 23:03:33 UTC, 0 replies.
- [flink] 02/04: [hotfix][runtime, tests] Remove ComponentMainThreadExecutor interface from ManuallyTriggeredScheduledExecutor - posted by ga...@apache.org on 2019/07/03 23:03:34 UTC, 0 replies.
- [flink] 03/04: [hotfix][runtime] Make ComponentMainThreadExecutorServiceAdapter accept ScheduledExecutor - posted by ga...@apache.org on 2019/07/03 23:03:35 UTC, 0 replies.
- [flink] 04/04: [FLINK-12876][runtime] Adapt new RestartPipelinedRegionStrategy to legacy scheduling - posted by ga...@apache.org on 2019/07/03 23:03:36 UTC, 0 replies.
- [flink-web] branch asf-site updated (703ffbe -> a3942de) - posted by ja...@apache.org on 2019/07/04 02:49:20 UTC, 0 replies.
- [flink-web] 01/02: [FLINK-12833][docs-zh] Add Klaviyo to Chinese PoweredBy page - posted by ja...@apache.org on 2019/07/04 02:49:21 UTC, 0 replies.
- [flink-web] 02/02: Rebuild website - posted by ja...@apache.org on 2019/07/04 02:49:22 UTC, 1 replies.
- [flink] branch master updated (6a682ff -> 0e4d4b4) - posted by ku...@apache.org on 2019/07/04 03:20:34 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11638][docs-zh] Translate "Savepoints" page into Chines - posted by ja...@apache.org on 2019/07/04 05:45:19 UTC, 0 replies.
- [flink] branch master updated (4ad19ef -> f54f774) - posted by ku...@apache.org on 2019/07/04 06:56:22 UTC, 0 replies.
- [flink] 01/02: [FLINK-11775][runtime] Introduce MemorySegmentWritable - posted by ku...@apache.org on 2019/07/04 06:56:23 UTC, 0 replies.
- [flink] 02/02: [FLINK-11775][table-runtime-blink] Use MemorySegmentWritable to BinaryRowSerializer - posted by ku...@apache.org on 2019/07/04 06:56:24 UTC, 0 replies.
- [flink] branch master updated (f54f774 -> a39ade1) - posted by tz...@apache.org on 2019/07/04 07:10:31 UTC, 0 replies.
- [flink] 01/11: [FLINK-12963] [state-processor] Add savepoint writer for bootstrapping new savepoints - posted by tz...@apache.org on 2019/07/04 07:10:32 UTC, 0 replies.
- [flink] 02/11: [FLINK-12963] [travis] Add state processor api to travis library module - posted by tz...@apache.org on 2019/07/04 07:10:33 UTC, 0 replies.
- [flink] 03/11: [FLINK-12963] [docs] Document savepoint writer for bootstrapping new savepoints - posted by tz...@apache.org on 2019/07/04 07:10:34 UTC, 0 replies.
- [flink] 04/11: [FLINK-12963] [state-processor] Refactor operator state access concerns into ModifiableSavepointMetadata - posted by tz...@apache.org on 2019/07/04 07:10:35 UTC, 0 replies.
- [flink] 05/11: [FLINK-12963] [state-processor] Introduce OperatorStateSpec wrapper class - posted by tz...@apache.org on 2019/07/04 07:10:36 UTC, 0 replies.
- [flink] 06/11: [FLINK-12963] [state-processor] Reduce dependency on SavepointMetadata in runtime components - posted by tz...@apache.org on 2019/07/04 07:10:37 UTC, 0 replies.
- [flink] 07/11: [FLINK-12963] [state-processor] Simplify SavepointMetadata hierarchy - posted by tz...@apache.org on 2019/07/04 07:10:38 UTC, 0 replies.
- [flink] 08/11: [FLINK-12963] [state-processor] Add missing serialVersionUIDs - posted by tz...@apache.org on 2019/07/04 07:10:39 UTC, 0 replies.
- [flink] 09/11: [FLINK-12693] [state-processor] Improve Javadocs for user-facing APIs - posted by tz...@apache.org on 2019/07/04 07:10:40 UTC, 0 replies.
- [flink] 10/11: [FLINK-12963] [state-processor] Allow providing user defined SavepointWriterOperatorFactory when creating keyed BootstrapTransformations - posted by tz...@apache.org on 2019/07/04 07:10:41 UTC, 0 replies.
- [flink] 11/11: [FLINK-12963] [state-processor] Make OperatorTransformation non-instantiable - posted by tz...@apache.org on 2019/07/04 07:10:42 UTC, 0 replies.
- [flink] branch master updated (a39ade1 -> 666aeaf) - posted by pn...@apache.org on 2019/07/04 08:25:47 UTC, 0 replies.
- [flink] 01/04: [hotfix][runtime] Make BufferStorage independent with InputGate#getPageSize - posted by pn...@apache.org on 2019/07/04 08:25:48 UTC, 0 replies.
- [flink] 02/04: [FLINK-12738][network] Remove abstract getPageSize method from InputGate - posted by pn...@apache.org on 2019/07/04 08:25:49 UTC, 0 replies.
- [flink] 03/04: [hotfix][network] Remove getMemorySegmentSize method from BufferProvider interface - posted by pn...@apache.org on 2019/07/04 08:25:50 UTC, 0 replies.
- [flink] 04/04: [hotfix][network] Remove unnecessary getMemorySegmentSize method from NetworkBufferPool - posted by pn...@apache.org on 2019/07/04 08:25:51 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13073][table-blink-runtime] BinaryRow in Blink runtime has wrong FIRST_BYTE_ZERO mask - posted by ja...@apache.org on 2019/07/04 11:17:31 UTC, 0 replies.
- [flink] branch master updated (61119b8 -> 83a204e) - posted by pn...@apache.org on 2019/07/04 11:30:18 UTC, 0 replies.
- [flink] 01/06: [hotfix][test] Drop InputGateConcurrentTest - posted by pn...@apache.org on 2019/07/04 11:30:19 UTC, 0 replies.
- [flink] 02/06: [hotfix][test] Drop unused closedChannels field in MockInputGate - posted by pn...@apache.org on 2019/07/04 11:30:20 UTC, 0 replies.
- [flink] 03/06: [FLINK-13016][network] Fix StreamTaskNetworkInput#isAvailable - posted by pn...@apache.org on 2019/07/04 11:30:21 UTC, 0 replies.
- [flink] 04/06: [hotfix][operator] Deduplicate StreamTask code - posted by pn...@apache.org on 2019/07/04 11:30:22 UTC, 0 replies.
- [flink] 05/06: [hotfix][operator] Rename StreamInputProcessor to StreamOneInputProcessor - posted by pn...@apache.org on 2019/07/04 11:30:23 UTC, 0 replies.
- [flink] 06/06: [hotfix][operator] Deduplicate code by introducing StreamInputProcessor interface - posted by pn...@apache.org on 2019/07/04 11:30:24 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13019][coordination][tests] Add ITCase for fine-grained recovery - posted by ch...@apache.org on 2019/07/04 11:35:22 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11637][doc-zh] Translate "Checkpoints" page into Chinese - posted by ja...@apache.org on 2019/07/04 12:41:34 UTC, 0 replies.
- [flink] branch master updated (1dff9e0 -> 386d742) - posted by ku...@apache.org on 2019/07/04 13:00:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12665][table-planner-blink] Introduce MiniBatchIntervalInferRule and watermark assigner operators - posted by ku...@apache.org on 2019/07/04 13:02:49 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13066][hive] append hive-site.xml to path of Hive conf dir - posted by bl...@apache.org on 2019/07/05 00:26:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13087][table] Add group window Aggregate operator to Table API - posted by ji...@apache.org on 2019/07/05 01:42:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12802][table-runtime-blink] Cleanup some interfaces of BinaryString - posted by ku...@apache.org on 2019/07/05 01:46:59 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13089][table-planner-blink] Implement batch nested loop join and add some join itcases - posted by ku...@apache.org on 2019/07/05 01:50:32 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12956][jdbc] Introduce upsert table sink for JDBC - posted by ja...@apache.org on 2019/07/05 01:59:09 UTC, 0 replies.
- [flink] branch master updated: [hotfix][table-runtime-blink] Fix checkstyle of NestedLoopJoinCodeGenerator - posted by ja...@apache.org on 2019/07/05 02:28:43 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13082][table-planner-blink] Support MatchRecognize in blink planner - posted by ja...@apache.org on 2019/07/05 05:12:03 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12767][python] Support user defined connectors/format - posted by ji...@apache.org on 2019/07/05 05:38:18 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13096][Deployment/YARN]Typo in Utils - posted by rm...@apache.org on 2019/07/05 06:40:19 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12796][table-planner-blink] Introduce BaseArray and BaseMap to reduce conversion overhead - posted by ku...@apache.org on 2019/07/05 06:44:11 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12319][Library/CEP]Change the logic of releasing node from recursive to non-recursive - posted by dw...@apache.org on 2019/07/05 06:44:55 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12936][table-planner-blink] Support "intersect all" and "minus all" - posted by ku...@apache.org on 2019/07/05 07:22:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12597][ml] Remove the legacy flink-ml and flink-ml-uber - posted by sh...@apache.org on 2019/07/05 08:00:49 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13060][coordination] Respect restart constraints in new RegionFailover strategy - posted by ch...@apache.org on 2019/07/05 08:19:54 UTC, 0 replies.
- [flink] branch master updated (fd85207 -> 28ac5ef) - posted by tr...@apache.org on 2019/07/05 08:40:20 UTC, 0 replies.
- [flink] 01/04: [hotfix] Port TestingUncaughtExceptionHandler from Scala to Java - posted by tr...@apache.org on 2019/07/05 08:40:21 UTC, 0 replies.
- [flink] 02/04: [hotfix][tests] Remove problematic mocking from StreamTaskTest#testAsyncCheckpointingConcurrentCloseBeforeAcknowledge - posted by tr...@apache.org on 2019/07/05 08:40:22 UTC, 0 replies.
- [flink] 03/04: [hotfix][tests] Remove PowerMocking from StreamTaskTest - posted by tr...@apache.org on 2019/07/05 08:40:23 UTC, 0 replies.
- [flink] 04/04: [FLINK-12889] Set FatalExitExceptionHandler for StreamTask#asyncOperationsThreadPool - posted by tr...@apache.org on 2019/07/05 08:40:24 UTC, 0 replies.
- [flink] branch release-1.8 updated (9ad7cda -> fbfe7d4) - posted by tr...@apache.org on 2019/07/05 08:41:14 UTC, 0 replies.
- [flink] branch release-1.7 updated: [FLINK-12889] Set FatalExitExceptionHandler for StreamTask#asyncOperationsThreadPool - posted by tr...@apache.org on 2019/07/05 08:42:07 UTC, 0 replies.
- [flink] branch release-1.8 updated (fbfe7d4 -> 755ab6f) - posted by dw...@apache.org on 2019/07/05 10:57:00 UTC, 0 replies.
- [flink] branch release-1.7 updated: [FLINK-12319][Library/CEP]Change the logic of releasing node from recursive to non-recursive - posted by dw...@apache.org on 2019/07/05 11:00:51 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12723][docs] setup IDE for Python (#8992) - posted by ji...@apache.org on 2019/07/05 11:33:53 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12353][tools] Collect japicmp output under tools/japicmp-output - posted by ch...@apache.org on 2019/07/05 12:10:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12817][docs] Fix imports in Processing function example - posted by ch...@apache.org on 2019/07/05 12:31:02 UTC, 0 replies.
- [flink] branch master updated (b596ec4 -> f2494ce) - posted by rm...@apache.org on 2019/07/05 12:46:15 UTC, 0 replies.
- [flink] 01/05: [FLINK-9311] [pubsub] Add PubSubSource and PubSubSink connectors - posted by rm...@apache.org on 2019/07/05 12:46:16 UTC, 0 replies.
- [flink] 02/05: [FLINK-9311] [pubsub] Add unit and integration tests for PubSub connectors - posted by rm...@apache.org on 2019/07/05 12:46:17 UTC, 0 replies.
- [flink] 03/05: [FLINK-9311] [pubsub] Add documentation of pubsub connectors - posted by rm...@apache.org on 2019/07/05 12:46:18 UTC, 0 replies.
- [flink] 04/05: [FLINK-9311] [pubsub] Clean up / add documentation and style issues in the PubSub connector - posted by rm...@apache.org on 2019/07/05 12:46:19 UTC, 0 replies.
- [flink] 05/05: [FLINK-9311] [pubsub] Improvements to builders + minor improvement to PubSubSink flush logic - posted by rm...@apache.org on 2019/07/05 12:46:20 UTC, 0 replies.
- [flink] branch master updated (f2494ce -> 593ff73) - posted by dw...@apache.org on 2019/07/05 13:34:34 UTC, 0 replies.
- [flink] 01/03: [FLINK-13088][table-api] Support lazy query transformation & execution on TableEnvironment - posted by dw...@apache.org on 2019/07/05 13:34:35 UTC, 0 replies.
- [flink] 02/03: [hotfix][table-api] Remove CompositePlannerConfig - posted by dw...@apache.org on 2019/07/05 13:34:36 UTC, 0 replies.
- [flink] 03/03: [FLINK-13088][table-api] Support instantiating the unfied TableEnvironment - posted by dw...@apache.org on 2019/07/05 13:34:37 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12744][ml] add shared params in ml package - posted by sh...@apache.org on 2019/07/05 14:47:11 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13081][table-planner][table-api-java] Supports explain DAG plan - posted by dw...@apache.org on 2019/07/05 16:21:57 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12934][hive] add hadoop dependencies as 'flink-shaded-hadoop-2-uber' for flink-connector-hive to connect to remote hive metastore service - posted by bl...@apache.org on 2019/07/05 18:36:19 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12237][hive]Support Hive table stats related operations in HiveCatalog - posted by bl...@apache.org on 2019/07/05 19:08:15 UTC, 0 replies.
- [flink] branch master updated (6d7a15e -> 21468e0) - posted by ga...@apache.org on 2019/07/07 14:42:19 UTC, 0 replies.
- [flink] 01/03: [hotfix][runtime] Make TestingComponentMainThreadExecutor accept ComponentMainThreadExecutor - posted by ga...@apache.org on 2019/07/07 14:42:20 UTC, 0 replies.
- [flink] 02/03: [hotfix][runtime] Fix main thread check in ComponentMainThreadExecutorServiceAdapter - posted by ga...@apache.org on 2019/07/07 14:42:21 UTC, 0 replies.
- [flink] 03/03: [hotfix][runtime] Merge TestingComponentMainThreadExecutorServiceAdapter and ComponentMainThreadExecutorServiceAdapter - posted by ga...@apache.org on 2019/07/07 14:42:22 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13040][table-planner-blink] Improve blink planner configurations. - posted by ku...@apache.org on 2019/07/08 03:37:50 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13026][connector] Introduce JDBCLookupFunction - posted by ku...@apache.org on 2019/07/08 04:07:18 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12961][datastream] Add internal StreamExecutionEnvironment.execute(StreamGraph) - posted by al...@apache.org on 2019/07/08 07:23:26 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13125] Make PubSub stability warning more prominent - posted by rm...@apache.org on 2019/07/08 07:57:04 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13137][py][docs] Remove legacy python docs - posted by ch...@apache.org on 2019/07/08 08:12:25 UTC, 0 replies.
- [flink] branch master updated (2a91b05 -> 7e101d5) - posted by ku...@apache.org on 2019/07/08 08:27:07 UTC, 0 replies.
- [flink] branch master updated: [hotfix] Revert annotation to Internal on DataStreamQueryOperation - posted by ku...@apache.org on 2019/07/08 08:30:28 UTC, 0 replies.
- [flink] branch master updated: [hotfix][table-planner-blink] Fix static variable name - posted by ku...@apache.org on 2019/07/08 09:44:01 UTC, 0 replies.
- [flink] branch master updated (3fa91f2 -> 20b3c6d) - posted by ku...@apache.org on 2019/07/08 09:54:31 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11082][network] Fix the calculation of backlog in PipelinedSubpartition - posted by pn...@apache.org on 2019/07/08 10:39:55 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12968][table-common] Add an utility for finding a common type from a set of types - posted by tw...@apache.org on 2019/07/08 12:28:34 UTC, 0 replies.
- [flink] branch master updated (3bcd47f -> ddda636) - posted by se...@apache.org on 2019/07/08 13:34:03 UTC, 0 replies.
- [flink] 01/10: [hotfix][runtime] Compare native memory in ResourceProfile#equals(). - posted by se...@apache.org on 2019/07/08 13:34:04 UTC, 0 replies.
- [flink] 02/10: [FLINK-12812][runtime] Set resource profiles for task slots - posted by se...@apache.org on 2019/07/08 13:34:05 UTC, 0 replies.
- [flink] 03/10: [hotfix] [runtime] Improve slot profile computation in TaskManagerServices - posted by se...@apache.org on 2019/07/08 13:34:06 UTC, 0 replies.
- [flink] 04/10: [hotfix] [runtime] Split heap/managed memory computation into smaller reusable methods - posted by se...@apache.org on 2019/07/08 13:34:07 UTC, 0 replies.
- [flink] 05/10: [FLINK-12812] [runtime] (follow-up) Fix bytes/megabytes mixup in managed memory for slot resource profile - posted by se...@apache.org on 2019/07/08 13:34:08 UTC, 0 replies.
- [flink] 06/10: [FLINK-12812] [runtime] (follow-up) Deduplicate managed memory configuration logic between ResourceManager and TaskManagerServices - posted by se...@apache.org on 2019/07/08 13:34:09 UTC, 0 replies.
- [flink] 07/10: [FLINK-12812] [runtime] (follow-up) Consolidate profile/memory configuration logic in ResourceManagers. - posted by se...@apache.org on 2019/07/08 13:34:10 UTC, 0 replies.
- [flink] 08/10: [FLINK-12812] [runtime] (follow-up) Test refers to slot profile computed in ResourceManager. - posted by se...@apache.org on 2019/07/08 13:34:11 UTC, 0 replies.
- [flink] 09/10: [hotfix] [core] Simplify access to default values TM/JM memory sizes. - posted by se...@apache.org on 2019/07/08 13:34:12 UTC, 0 replies.
- [flink] 10/10: [hotfix] [yarn] Various minor code style fixes in YarnResourceManagerTest - posted by se...@apache.org on 2019/07/08 13:34:13 UTC, 0 replies.
- [flink] branch master updated (ddda636 -> e8f8796) - posted by rm...@apache.org on 2019/07/08 14:01:04 UTC, 0 replies.
- [flink] branch master updated (e8f8796 -> 2e09d94) - posted by ku...@apache.org on 2019/07/08 14:36:25 UTC, 0 replies.
- [flink] 01/02: [hotfix] Remove blink Types class - posted by ku...@apache.org on 2019/07/08 14:36:26 UTC, 0 replies.
- [flink] 02/02: [FLINK-12844][table-planner-blink] Use default conversion class LocalDate/LocalTime/LocalDateTime for DateType/TimeType/TimestampType - posted by ku...@apache.org on 2019/07/08 14:36:27 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13110][hive] add shim of SimpleGenericUDAFParameterInfo for Hive 1.2.1 and 2.3.4 - posted by bl...@apache.org on 2019/07/08 16:56:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13135][hive] unify configs for meta-objects in HiveCatalog - posted by bl...@apache.org on 2019/07/08 17:25:24 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12973]Support reading Hive complex types like array and map - posted by bl...@apache.org on 2019/07/08 18:11:49 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13134][hive] override default hadoop version from 2.4.1 to 2.7.5 in flink-connector-hive - posted by bl...@apache.org on 2019/07/08 18:59:09 UTC, 0 replies.
- [flink] branch master updated: [hotfix][hive] disable unit test HiveInputFormatTest.testReadComplextDataTypeFromHiveInputFormat() - posted by bl...@apache.org on 2019/07/08 19:46:10 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12991][python] Correct the implementation of Catalog.get_table_factory (#8956) - posted by ji...@apache.org on 2019/07/09 01:19:43 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python]Fix the install failure of pyflink used previous version of python 2.7 (#9016) - posted by ji...@apache.org on 2019/07/09 06:12:44 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python][docs]Fix wrong example code in Python REPL and wrong table plan in table/common page (#9018) - posted by ji...@apache.org on 2019/07/09 06:42:06 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12693][state] Store state per key-group in CopyOnWriteStateTable - posted by sr...@apache.org on 2019/07/09 07:21:30 UTC, 0 replies.
- [flink] branch master updated (8f47b38 -> 5e27744) - posted by al...@apache.org on 2019/07/09 08:09:56 UTC, 0 replies.
- [flink] 01/02: [FLINK-13098][datastream] Add a new type UNDEFINED of shuffle mode - posted by al...@apache.org on 2019/07/09 08:09:57 UTC, 0 replies.
- [flink] 02/02: [FLINK-13101][datastream] Introduce blockingConnectionsBetweenChains property of StreamGraph - posted by al...@apache.org on 2019/07/09 08:09:58 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12730][runtime] Unify BitSet implementations in flink-runtime - posted by sr...@apache.org on 2019/07/09 11:08:26 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13063] Temporary fix for AsyncWaitOperator consistency problems - posted by sr...@apache.org on 2019/07/09 12:07:35 UTC, 0 replies.
- [flink] branch master updated (c773ce5 -> fd75bcd) - posted by tr...@apache.org on 2019/07/09 12:18:46 UTC, 0 replies.
- [flink] 01/02: [FLINK-12736][coordination] Release TaskExecutor in SlotManager only if there were no slot allocations after the partition check - posted by tr...@apache.org on 2019/07/09 12:18:47 UTC, 1 replies.
- [flink] 02/02: [hotfix][tests][coordination] Move idle task manager release tests into a separate suite - posted by tr...@apache.org on 2019/07/09 12:18:48 UTC, 1 replies.
- [flink] branch master updated (fd75bcd -> 8d277d4) - posted by pn...@apache.org on 2019/07/09 12:46:11 UTC, 0 replies.
- [flink] 01/05: [hotfix][test] Guarantee order of CloseableRegistry - posted by pn...@apache.org on 2019/07/09 12:46:12 UTC, 0 replies.
- [flink] 02/05: [hotfix][test] Move CloseableRegistry as field in InputBuffersMetricsTest - posted by pn...@apache.org on 2019/07/09 12:46:13 UTC, 0 replies.
- [flink] 03/05: [hotfix][test] Deduplicate NettyShuffleEnvironmentTest code - posted by pn...@apache.org on 2019/07/09 12:46:14 UTC, 0 replies.
- [flink] 04/05: [FLINK-13013][network] Request partitions during InputGate#setup - posted by pn...@apache.org on 2019/07/09 12:46:15 UTC, 0 replies.
- [flink] 05/05: [hotfix][network] Make InputGate#requestPartitions a private method - posted by pn...@apache.org on 2019/07/09 12:46:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12951][table-planner] Add logic to bridge DDL with table source/sink - posted by ku...@apache.org on 2019/07/09 14:31:04 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13090][hive] Test Hive connector with hive runner - posted by bl...@apache.org on 2019/07/09 16:17:13 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13068][hive] HiveTableSink should implement PartitionableTableSink - posted by bl...@apache.org on 2019/07/09 16:34:07 UTC, 0 replies.
- [flink] branch master updated: [hotfix][hive] resolve bad merge in HiveTableSinkTest - posted by bl...@apache.org on 2019/07/09 18:55:25 UTC, 0 replies.
- [flink] annotated tag release-1.8.1 created (now 2aeaef1) - posted by ji...@apache.org on 2019/07/09 19:12:29 UTC, 0 replies.
- [flink] 01/01: Commit for release 1.8.1 - posted by ji...@apache.org on 2019/07/09 19:12:30 UTC, 0 replies.
- buildbot failure in on flink-docs-master - posted by bu...@apache.org on 2019/07/10 00:28:34 UTC, 2 replies.
- [flink] branch master updated: [FLINK-12955][hbase] Support LookupableTableSource for HBase - posted by ja...@apache.org on 2019/07/10 04:33:40 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Fix the documentation issue - posted by ku...@apache.org on 2019/07/10 05:30:28 UTC, 0 replies.
- [flink] branch master updated (c3eb3a3 -> 294fcb2) - posted by pn...@apache.org on 2019/07/10 07:15:15 UTC, 0 replies.
- [flink] 01/02: [hotfix][test] Clean up NettyShuffleEnvironmentTest - posted by pn...@apache.org on 2019/07/10 07:15:16 UTC, 0 replies.
- [flink] 02/02: [hotfix][checkpointing] Extract MINIMAL_CHECKPOINT_TIME magic constant - posted by pn...@apache.org on 2019/07/10 07:15:17 UTC, 0 replies.
- [flink] branch master updated (294fcb2 -> 7dd5e29) - posted by ku...@apache.org on 2019/07/10 07:55:21 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Update the package name from pyflink to apache-flink (#9028) - posted by ji...@apache.org on 2019/07/10 08:10:22 UTC, 0 replies.
- [flink] branch master updated (32d3737 -> be794ac) - posted by se...@apache.org on 2019/07/10 09:36:01 UTC, 0 replies.
- [flink] 01/16: [FLINK-13067][docs] Fix broken links to contributing docs - posted by se...@apache.org on 2019/07/10 09:36:02 UTC, 0 replies.
- [flink] 02/16: [hotfix][runtime] Remove unused DependencyVisitor - posted by se...@apache.org on 2019/07/10 09:36:03 UTC, 0 replies.
- [flink] 03/16: [FLINK-13057][state] Correct comments in ListState class - posted by se...@apache.org on 2019/07/10 09:36:04 UTC, 0 replies.
- [flink] 04/16: [hotfix] Remove incorrect doc comments from RocksDBMapState - posted by se...@apache.org on 2019/07/10 09:36:05 UTC, 0 replies.
- [flink] 05/16: [hotfix][runtime] Fix test cases that use unknown resource profiles in slot offers. - posted by se...@apache.org on 2019/07/10 09:36:06 UTC, 0 replies.
- [flink] 06/16: [FLINK-12763][runtime] Requests slots with ResourceProfiles that are converted from ResourceSpecs. - posted by se...@apache.org on 2019/07/10 09:36:07 UTC, 0 replies.
- [flink] 07/16: [FLINK-12763][runtime] SlotManager fails unfulfillable slot requests if it is set to do so. - posted by se...@apache.org on 2019/07/10 09:36:08 UTC, 0 replies.
- [flink] 08/16: [FLINK-12763][runtime] Yarn/MesosResourceManager do not start new worker when requested resource profile cannot be satisfied. - posted by se...@apache.org on 2019/07/10 09:36:09 UTC, 0 replies.
- [flink] 09/16: [FLINK-12763][runtime] Yarn/MesosResourceManager set SlotManager to fail unfulfillable requests on started. - posted by se...@apache.org on 2019/07/10 09:36:10 UTC, 0 replies.
- [flink] 10/16: [FLINK-12763][runtime] Introduce a start-up period to standalone cluster that after this period StandaloneResourceManager set SlotManager to fail unfulfillable requests. - posted by se...@apache.org on 2019/07/10 09:36:11 UTC, 0 replies.
- [flink] 11/16: [hotfix] [runtime] Remove obsolete Exception from JobLeaderIdService signature - posted by se...@apache.org on 2019/07/10 09:36:12 UTC, 0 replies.
- [flink] 12/16: [hotfix] [tests] Factor out MockResourceManagerRuntimeServices to make them reusable in different tests - posted by se...@apache.org on 2019/07/10 09:36:13 UTC, 0 replies.
- [flink] 13/16: [FLINK-12763][runtime] Use a timeout of zero to indicate no startup period - posted by se...@apache.org on 2019/07/10 09:36:14 UTC, 0 replies.
- [flink] 14/16: [FLINK-12763][runtime] Factor out SlotManager tests for eager failing of unfulfillable requests - posted by se...@apache.org on 2019/07/10 09:36:15 UTC, 0 replies.
- [flink] 15/16: [FLINK-12763][runtime] Remove eagerly rejected pending slot requests from SlotManager - posted by se...@apache.org on 2019/07/10 09:36:16 UTC, 0 replies.
- [flink] 16/16: [hotfix][runtime] Minor cleanup in SlotManager - posted by se...@apache.org on 2019/07/10 09:36:17 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Align with Java Table API to remove QueryConfig (#9063) - posted by ji...@apache.org on 2019/07/10 09:54:11 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12929] Pass TypeInformation in addSource - posted by al...@apache.org on 2019/07/10 11:18:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13173][tests] only run openSSL-based tests with flink.tests.with-openssl - posted by nk...@apache.org on 2019/07/10 13:40:55 UTC, 0 replies.
- [flink-web] branch asf-site updated: [Blog] Network Stack Deep Dive: Fix backlog number in a picture - posted by nk...@apache.org on 2019/07/10 14:33:27 UTC, 0 replies.
- [flink] branch master updated: FLINK-13106][doc-zh] Translate "Parallel Execution" page into Chinese - posted by ja...@apache.org on 2019/07/10 14:38:44 UTC, 0 replies.
- [flink] branch master updated: [FLINK-7244][parquet] Add ParquetTableSource. - posted by fh...@apache.org on 2019/07/10 16:42:44 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13160]HiveTaleSource should implment PartitionableTableSource - posted by bl...@apache.org on 2019/07/10 20:42:31 UTC, 0 replies.
- [flink] branch release-1.8 updated (755ab6f -> 54c44eb) - posted by tr...@apache.org on 2019/07/10 20:51:39 UTC, 0 replies.
- [flink] branch release-1.7 updated (5d6ff74 -> 3bcb515) - posted by tr...@apache.org on 2019/07/10 20:53:21 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13157]reeanble unit test read complext type of HiveInputFormatTest - posted by bl...@apache.org on 2019/07/10 21:04:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13128][hive] make HiveGenericUDAF expose accumulator type in order to create its corresponding AggregateFunctionDefinition - posted by bl...@apache.org on 2019/07/10 21:29:54 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13155][e2e] fix SQL client end-to-end test - posted by ku...@apache.org on 2019/07/10 23:43:24 UTC, 0 replies.
- [flink] branch master updated (475c30c -> 9df0a03) - posted by ku...@apache.org on 2019/07/11 00:32:51 UTC, 0 replies.
- [flink] 01/02: [FLINK-13076] [table-planner-blink] Bump Calcite dependency to 1.20.0 in blink planner - posted by ku...@apache.org on 2019/07/11 00:32:52 UTC, 0 replies.
- [flink] 02/02: [FLINK-13076] [table-planner-blink] Support true condition on lookup join condition - posted by ku...@apache.org on 2019/07/11 00:32:53 UTC, 0 replies.
- buildbot success in on flink-docs-master - posted by bu...@apache.org on 2019/07/11 00:59:44 UTC, 2 replies.
- [flink] branch master updated: [hotfix][table-planner-blink] revert commons-codec exclusion. - posted by ku...@apache.org on 2019/07/11 05:00:20 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12348][table-planner-blink] Use TableConfig in api module to replace TableConfig in blink-planner module. - posted by ku...@apache.org on 2019/07/11 05:38:26 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12852][network] Timeout to avoid the deadlock when requesting exclusive buffers (#8925) - posted by pn...@apache.org on 2019/07/11 06:59:27 UTC, 0 replies.
- [flink] branch master updated (cf88489 -> 775cd8f) - posted by pn...@apache.org on 2019/07/11 07:27:31 UTC, 0 replies.
- [flink] branch master updated: [hotfix][network] Fix checkstyle violations - posted by ch...@apache.org on 2019/07/11 08:00:33 UTC, 0 replies.
- [flink] branch master updated (115f1b9 -> aad7376) - posted by ku...@apache.org on 2019/07/11 08:12:30 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13214][hive] Add jdk.tools exclusion for Java 9 - posted by ch...@apache.org on 2019/07/11 10:55:36 UTC, 0 replies.
- [flink] branch master updated (bdcadfa -> 116c10b) - posted by ku...@apache.org on 2019/07/11 11:19:30 UTC, 0 replies.
- [flink] 01/05: [FLINK-13107][table-planner-blink] Introduce fieldNames to TypedFlinkTableFunction to using fieldNames which is specified. - posted by ku...@apache.org on 2019/07/11 11:19:31 UTC, 0 replies.
- [flink] 02/05: [FLINK-13107][table-planner-blink] Fix Bug when convert DataType which has primitiveClass as convensionClass to TypeInformation. - posted by ku...@apache.org on 2019/07/11 11:19:32 UTC, 0 replies.
- [flink] 03/05: [FLINK-13107][table-planner-blink] Derive sum, avg, div return type in planner expressions using behavior of blink - posted by ku...@apache.org on 2019/07/11 11:19:33 UTC, 0 replies.
- [flink] 04/05: [FLINK-13107][table-planner-blink] Fix Bug to check whether OverCall is RowMode or RangeMode. - posted by ku...@apache.org on 2019/07/11 11:19:34 UTC, 0 replies.
- [flink] 05/05: [FLINK-13107][table-planner-blink] Copy TableApi IT and UT to Blink planner. - posted by ku...@apache.org on 2019/07/11 11:19:35 UTC, 0 replies.
- [flink] branch master updated (116c10b -> dafd488) - posted by kk...@apache.org on 2019/07/11 12:01:03 UTC, 0 replies.
- [flink] 01/05: [hotfix] [docs] add missing YARN options in CLI docs - posted by kk...@apache.org on 2019/07/11 12:01:04 UTC, 0 replies.
- [flink] 02/05: [FLINK-13123] [cli] add deperecation warning to "cancel -s" - posted by kk...@apache.org on 2019/07/11 12:01:05 UTC, 0 replies.
- [flink] 03/05: [FLINK-13123] [cli] rename "-s" parameter of stop command - posted by kk...@apache.org on 2019/07/11 12:01:06 UTC, 0 replies.
- [flink] 04/05: [FLINK-13123] [rest] align terminology of "stop" endpoint with cli - posted by kk...@apache.org on 2019/07/11 12:01:07 UTC, 0 replies.
- [flink] 05/05: [hotfix] [docs] fix typo in docs/README.md - posted by kk...@apache.org on 2019/07/11 12:01:08 UTC, 0 replies.
- [flink] branch master updated (dafd488 -> 1426b21) - posted by ja...@apache.org on 2019/07/11 12:36:56 UTC, 0 replies.
- [flink] 01/02: [FLINK-13198][core] Add a utility to parse String to Duration - posted by ja...@apache.org on 2019/07/11 12:36:57 UTC, 0 replies.
- [flink] 02/02: [FLINK-13198][table-api] Add a utility to validate and parse duration in DescriptorProperties - posted by ja...@apache.org on 2019/07/11 12:36:58 UTC, 0 replies.
- [flink] branch master updated: [hotfix][travis] Remove ES1 from nightly split - posted by ch...@apache.org on 2019/07/11 12:40:07 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13209][table-api] Revert TableEnvironment#sql and move ddl support to sqlUpdate - posted by ku...@apache.org on 2019/07/11 13:32:12 UTC, 0 replies.
- [flink] branch master updated (b0bf838 -> 5547d1b) - posted by ku...@apache.org on 2019/07/11 13:37:48 UTC, 0 replies.
- [flink] 01/02: [hotfix] reallocate commons-codec in flink planner & blink planner - posted by ku...@apache.org on 2019/07/11 13:37:49 UTC, 0 replies.
- [flink] 02/02: [FLINK-13208][table-planner][table-planner-blink] Update Notice files after adding commons-codec to table package. - posted by ku...@apache.org on 2019/07/11 13:37:50 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13112][table-planner-blink] Support LocalZonedTimestampType in blink planner - posted by ku...@apache.org on 2019/07/11 13:50:05 UTC, 0 replies.
- [flink] branch master updated: [hotfix][FLINK-12348][table-api] Remove setConf(String, String) method in TableConfig - posted by ja...@apache.org on 2019/07/11 14:24:57 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Use the TableEnvironment.execute() method instead of ExecutionEnvironment.execute()/StreamExecutionEnvironment.execute(). (#9087) - posted by ji...@apache.org on 2019/07/11 14:51:38 UTC, 0 replies.
- [flink] branch master updated: [FLINK-10245][hbase] Add an upsert table sink factory for HBase - posted by ja...@apache.org on 2019/07/11 14:54:42 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13118][jdbc] Introduce JDBC table factory and bridge JDBC table source with streaming table source (#9029) - posted by ja...@apache.org on 2019/07/11 16:11:43 UTC, 0 replies.
- [flink] branch master updated (a91d951 -> 7bec861) - posted by tr...@apache.org on 2019/07/11 22:11:58 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12602][travis] Correct the flink pom `artifactId` config and s… (#8563) - posted by ji...@apache.org on 2019/07/12 01:22:25 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13121][table-planner-blink] Set properties to StreamGraph in blink executor - posted by ku...@apache.org on 2019/07/12 02:07:37 UTC, 0 replies.
- [flink] branch master updated (a9336f9 -> 9eb3eca) - posted by ku...@apache.org on 2019/07/12 04:41:40 UTC, 0 replies.
- [flink] branch master updated (9eb3eca -> db488c0) - posted by ku...@apache.org on 2019/07/12 05:25:52 UTC, 0 replies.
- [flink] 01/02: [FLINK-13211][table-planner] Add drop table support for flink planner - posted by ku...@apache.org on 2019/07/12 05:25:53 UTC, 0 replies.
- [flink] 02/02: [FLINK-13220][table-planner-blink] Add DDL support for blink planner - posted by ku...@apache.org on 2019/07/12 05:25:54 UTC, 0 replies.
- [flink] branch master updated (db488c0 -> 2c8ee78) - posted by pn...@apache.org on 2019/07/12 06:03:38 UTC, 0 replies.
- [flink] 01/03: [hotfix][network] Move private NoOpResultSubpartitionView class out of PartitionRequestQueueTest - posted by pn...@apache.org on 2019/07/12 06:03:39 UTC, 0 replies.
- [flink] 02/03: [hotfix][network] Make BoundedBlockingSubpartitionType configurable - posted by pn...@apache.org on 2019/07/12 06:03:40 UTC, 0 replies.
- [flink] 03/03: [FLINK-13100][network] Fix the bug of throwing IOException while FileChannelBoundedData#nextBuffer - posted by pn...@apache.org on 2019/07/12 06:03:41 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13232][table-planner-blink] Fix CURRENT_DATE test to avoid timezone error - posted by ku...@apache.org on 2019/07/12 06:07:19 UTC, 0 replies.
- [flink-web] branch asf-site updated: update the role info - posted by ji...@apache.org on 2019/07/12 06:17:09 UTC, 0 replies.
- [flink] branch release-1.9 created (now db488c0) - posted by ku...@apache.org on 2019/07/12 06:23:03 UTC, 0 replies.
- [flink] branch release-1.9 deleted (was db488c0) - posted by ku...@apache.org on 2019/07/12 06:24:25 UTC, 0 replies.
- [flink] branch master updated: Update version to 1.10-SNAPSHOT - posted by ku...@apache.org on 2019/07/12 06:26:29 UTC, 0 replies.
- [flink] branch release-1.9 created (now 53a044c) - posted by ku...@apache.org on 2019/07/12 06:28:34 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13219][hive] Disable tests for hadoop 2.4 profile - posted by ch...@apache.org on 2019/07/12 09:16:11 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13219][hive] Disable tests for hadoop 2.4 profile - posted by ch...@apache.org on 2019/07/12 09:48:58 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13133] [pubsub] Fix small error in PubSub documentation relating to PubSubSink serializer and emulator settings - posted by rm...@apache.org on 2019/07/12 10:51:52 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13133] [pubsub] Fix small error in PubSub documentation relating to PubSubSink serializer and emulator settings - posted by rm...@apache.org on 2019/07/12 10:53:01 UTC, 0 replies.
- [flink-playgrounds] branch master created (now 3d421dc) - posted by rm...@apache.org on 2019/07/12 10:58:33 UTC, 0 replies.
- [flink-playgrounds] 01/01: Add license file to initialize repo - posted by rm...@apache.org on 2019/07/12 10:58:34 UTC, 0 replies.
- [flink] branch master updated (3059a2f -> 6cf98b6) - posted by sr...@apache.org on 2019/07/12 13:40:00 UTC, 0 replies.
- [flink] 01/03: [hotfix] Remove dangerous waiting methods from mailbox - posted by sr...@apache.org on 2019/07/12 13:40:01 UTC, 0 replies.
- [flink] 02/03: [FLINK-12804] Introduce mailbox-based ExecutorService - posted by sr...@apache.org on 2019/07/12 13:40:02 UTC, 0 replies.
- [flink] 03/03: [FLINK-12804] Change mailbox implementation from bounded to unbounded - posted by sr...@apache.org on 2019/07/12 13:40:03 UTC, 0 replies.
- [flink] branch master updated (6cf98b6 -> d56c45a) - posted by se...@apache.org on 2019/07/12 19:05:27 UTC, 0 replies.
- [flink] 01/10: [FLINK-12766][runtime] Introduce merge and subtract calculations and tests for ResourceProfile. - posted by se...@apache.org on 2019/07/12 19:05:28 UTC, 1 replies.
- [flink] 02/10: [FLINK-12765][coordinator] Change the default resource spec to UNKNOWN - posted by se...@apache.org on 2019/07/12 19:05:29 UTC, 1 replies.
- [flink] 03/10: [hotfix] [tests] Checkstyle fixes and minor code cleanup in ResourceProfileTest and ResourceSpecTest - posted by se...@apache.org on 2019/07/12 19:05:30 UTC, 1 replies.
- [flink] 04/10: [FLINK-12766][runtime] Fix bug in merging and converting UNKNOWN ResourceSpecs. - posted by se...@apache.org on 2019/07/12 19:05:31 UTC, 1 replies.
- [flink] 05/10: [hotfix][runtime] Preserve singleton property of UNKNOWN ResourceSpec and ResourceProfile - posted by se...@apache.org on 2019/07/12 19:05:32 UTC, 1 replies.
- [flink] 06/10: [hotfix][core] Minor cleanups to the ResourceSpec class - posted by se...@apache.org on 2019/07/12 19:05:33 UTC, 1 replies.
- [flink] 07/10: [FLINK-12765][coordinator] Disable jobs where some, but nor all, vertices have configured resource profiles - posted by se...@apache.org on 2019/07/12 19:05:34 UTC, 1 replies.
- [flink] 08/10: [FLINK-12765][jobmanager] Keep track of the resources used in the task slot hierarchy - posted by se...@apache.org on 2019/07/12 19:05:35 UTC, 1 replies.
- [flink] 09/10: [FLINK-12765][jobmanager] Let some slot reqests fail if the sharing slot is oversubscribed - posted by se...@apache.org on 2019/07/12 19:05:36 UTC, 1 replies.
- [flink] 10/10: [FLINK-13250][blink runner] Make sure that all nodes have a concrete resource profile - posted by se...@apache.org on 2019/07/12 19:05:37 UTC, 1 replies.
- [flink] branch release-1.9 updated (9d7045c -> 9190a67) - posted by se...@apache.org on 2019/07/12 20:01:43 UTC, 0 replies.
- [flink] branch master updated (d56c45a -> e9db130) - posted by ja...@apache.org on 2019/07/13 07:43:49 UTC, 0 replies.
- [flink] 01/02: [FLINK-13109][docs-zh] Translate "Restart Strategies" page into Chinese - posted by ja...@apache.org on 2019/07/13 07:43:50 UTC, 0 replies.
- [flink] 02/02: [hotfix][doc] Remove invalid endunless tag in cli.md - posted by ja...@apache.org on 2019/07/13 07:43:51 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13229][table-planner-blink] ExpressionReducer with udf bug in blink (#9091) - posted by ja...@apache.org on 2019/07/15 01:49:19 UTC, 0 replies.
- [flink] branch master updated (a5812688 -> 6d7c1bd) - posted by ja...@apache.org on 2019/07/15 03:51:50 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13236][table-runtime-blink] Fix bug and improve performance in TopNBuffer (#9098) - posted by ja...@apache.org on 2019/07/15 03:55:42 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13217][table-planner-blink] Fix FlinkLogicalRelFactories to make it compile with Scala 2.12 - posted by ja...@apache.org on 2019/07/15 05:19:56 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13217][table-planner-blink] Fix FlinkLogicalRelFactories to make it compile with Scala 2.12 - posted by ja...@apache.org on 2019/07/15 05:21:14 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13253][jdbc] Deadlock may occur in JDBCUpsertOutputFormat (#9107) - posted by ja...@apache.org on 2019/07/15 06:33:40 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13253][jdbc] Deadlock may occur in JDBCUpsertOutputFormat (#9108) - posted by ja...@apache.org on 2019/07/15 06:34:08 UTC, 0 replies.
- [flink-web] branch asf-site updated: Fix wrong subscribe URL in community page - posted by rm...@apache.org on 2019/07/15 08:24:53 UTC, 0 replies.
- [flink] branch master updated (30587cb -> abbd352) - posted by ch...@apache.org on 2019/07/15 09:16:48 UTC, 0 replies.
- [flink] 01/02: [FLINK-13243][tests] Simplify exception matching - posted by ch...@apache.org on 2019/07/15 09:16:49 UTC, 0 replies.
- [flink] 02/02: [hotfix][tests] Remove legacy case - posted by ch...@apache.org on 2019/07/15 09:16:50 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13243][tests] Simplify exception matching - posted by ch...@apache.org on 2019/07/15 09:17:23 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13154][docs] Fix broken links - posted by ch...@apache.org on 2019/07/15 09:27:25 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13154][docs] Fix broken links - posted by ch...@apache.org on 2019/07/15 09:28:00 UTC, 0 replies.
- [flink] branch master updated (4979f33 -> deac25d) - posted by ch...@apache.org on 2019/07/15 10:22:14 UTC, 0 replies.
- [flink] 01/06: [FLINK-12995][hive] Add Hive-1.2.1 build to Travis - posted by ch...@apache.org on 2019/07/15 10:22:15 UTC, 0 replies.
- [flink] 02/06: don't need a separate stage - posted by ch...@apache.org on 2019/07/15 10:22:16 UTC, 0 replies.
- [flink] 03/06: move clean to get_test_modules_for_stage - posted by ch...@apache.org on 2019/07/15 10:22:17 UTC, 0 replies.
- [flink] 04/06: move to cron job - posted by ch...@apache.org on 2019/07/15 10:22:18 UTC, 0 replies.
- [flink] 05/06: address comments - posted by ch...@apache.org on 2019/07/15 10:22:19 UTC, 0 replies.
- [flink] 06/06: address comment - posted by ch...@apache.org on 2019/07/15 10:22:20 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13124] Don't forward exceptions when finishing SourceStreamTask - posted by kk...@apache.org on 2019/07/15 11:03:06 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13124] Don't forward exceptions when finishing SourceStreamTask - posted by kk...@apache.org on 2019/07/15 11:27:41 UTC, 0 replies.
- [flink] branch master updated (2e2f67e -> 0c8c1d4) - posted by kk...@apache.org on 2019/07/15 12:20:28 UTC, 0 replies.
- [flink] 01/04: [FLINK-13205][runtime] Make stop-with-savepoint non-blocking on SourceStreamTask checkpoint injecting thread - posted by kk...@apache.org on 2019/07/15 12:20:29 UTC, 1 replies.
- [flink] 02/04: [FLINK-13205][runtime] Make checkpoints injection ordered again (partial revert of FLINK-11458): use single threaded Task's dispatcher thread pool - posted by kk...@apache.org on 2019/07/15 12:20:30 UTC, 1 replies.
- [flink] 03/04: [hotfix] Fix IOUtils.closeAll exceptions aggregation - posted by kk...@apache.org on 2019/07/15 12:20:31 UTC, 1 replies.
- [flink] 04/04: [hotfix][runtime] SynchronousSavepointLatch: check completion condition in the blocking method in case of spurious wakeups - posted by kk...@apache.org on 2019/07/15 12:20:32 UTC, 1 replies.
- [flink] branch release-1.9 updated (42a475d -> b5aa679) - posted by kk...@apache.org on 2019/07/15 12:36:26 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11727][formats] Fixed JSON format issues after serialization - posted by tw...@apache.org on 2019/07/15 12:56:18 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-11727][formats] Fixed JSON format issues after serialization - posted by tw...@apache.org on 2019/07/15 13:13:37 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13264][table] Let the planner supply its type inference util - posted by tw...@apache.org on 2019/07/15 14:05:00 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13264][table] Let the planner supply its type inference util - posted by tw...@apache.org on 2019/07/15 14:07:30 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13069][hive] HiveTableSink should implement OverwritableTableSink - posted by bl...@apache.org on 2019/07/15 16:31:09 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13069][hive] HiveTableSink should implement OverwritableTableSink - posted by bl...@apache.org on 2019/07/15 16:39:58 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13170][table-planner] Planner should get table factory from catalog when creating sink for CatalogTable - posted by bl...@apache.org on 2019/07/15 17:11:25 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13170][table-planner] Planner should get table factory from catalog when creating sink for CatalogTable - posted by bl...@apache.org on 2019/07/15 17:14:15 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12277][table/hive/doc] Add documentation for catalogs - posted by bl...@apache.org on 2019/07/15 17:23:41 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12277][table/hive/doc] Add documentation for catalogs - posted by bl...@apache.org on 2019/07/15 17:25:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13024][table] integrate FunctionCatalog with CatalogManager - posted by bl...@apache.org on 2019/07/15 21:04:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13024][table] integrate FunctionCatalog with CatalogManager - posted by bl...@apache.org on 2019/07/15 21:33:22 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13263] [python] Supports explain DAG plan in flink-python - posted by ji...@apache.org on 2019/07/16 00:38:39 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13263] [python] Supports explain DAG plan in flink-python - posted by ji...@apache.org on 2019/07/16 00:48:56 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13176][SQL CLI] remember current catalog and database in SQL CLI SessionContext - posted by bl...@apache.org on 2019/07/16 01:58:45 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13176][SQL CLI] remember current catalog and database in SQL CLI SessionContext - posted by bl...@apache.org on 2019/07/16 02:02:32 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13268][table-planner-blink] Revert SqlSplittableAggFunction to support making two planners available in one jar - posted by ja...@apache.org on 2019/07/16 03:43:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13268][table-planner-blink] Revert SqlSplittableAggFunction to support making two planners available in one jar - posted by ja...@apache.org on 2019/07/16 03:45:53 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13216][FLINK-13153][table-planner-blink] Fix Max_Retract and Min_Retract may produce incorrect result - posted by ja...@apache.org on 2019/07/16 07:27:39 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13216][FLINK-13153][table-planner-blink] Fix Max_Retract and Min_Retract may produce incorrect result - posted by ja...@apache.org on 2019/07/16 07:30:40 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13193][tests] Enable custom flink cluster config per test - posted by ga...@apache.org on 2019/07/16 09:09:11 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13193][tests] Enable custom flink cluster config per test - posted by ga...@apache.org on 2019/07/16 09:11:29 UTC, 0 replies.
- [flink] branch master updated (97a8524 -> 770a404) - posted by nk...@apache.org on 2019/07/16 09:31:59 UTC, 0 replies.
- [flink] 01/02: Revert "[FLINK-8801][yarn/s3] fix Utils#setupLocalResource() relying on consistent read-after-write" - posted by nk...@apache.org on 2019/07/16 09:32:00 UTC, 0 replies.
- [flink] 02/02: [FLINK-8801][yarn/s3] Retry if remote file not found and use remote modification time - posted by nk...@apache.org on 2019/07/16 09:32:01 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13215][hive] Simplify copying of classpath - posted by ch...@apache.org on 2019/07/16 09:35:23 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13215][hive] Simplify copying of classpath - posted by ch...@apache.org on 2019/07/16 09:35:48 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13223][dist] Enable fine-grained recovery by default in distribution - posted by ch...@apache.org on 2019/07/16 09:43:43 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13223][dist] Enable fine-grained recovery by default in distribution - posted by ch...@apache.org on 2019/07/16 09:43:55 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13104][metrics][datadog] Log all failed requests - posted by ch...@apache.org on 2019/07/16 10:28:32 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13104][metrics][datadog] Log all failed requests - posted by ch...@apache.org on 2019/07/16 10:28:47 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11860][config] Update usages of deprecated (job-/taskmanager).heap.mb - posted by ch...@apache.org on 2019/07/16 10:37:49 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-11860][config] Update usages of deprecated (job-/taskmanager).heap.mb - posted by ch...@apache.org on 2019/07/16 10:38:16 UTC, 0 replies.
- [flink] branch master updated: [FLINK-11428][tests] Prevent file leak - posted by ch...@apache.org on 2019/07/16 12:12:10 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-11428][tests] Prevent file leak - posted by ch...@apache.org on 2019/07/16 12:12:32 UTC, 0 replies.
- [flink] branch release-1.9 updated (d2e1895 -> b56234c) - posted by nk...@apache.org on 2019/07/16 12:49:00 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase - posted by bl...@apache.org on 2019/07/16 17:27:28 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase - posted by bl...@apache.org on 2019/07/16 17:30:55 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13307][tests] Fix SourceStreamTaskTest test instability. - posted by kk...@apache.org on 2019/07/17 11:47:33 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13307][tests] Fix SourceStreamTaskTest test instability. - posted by kk...@apache.org on 2019/07/17 11:47:50 UTC, 0 replies.
- [flink] branch master updated (2efb89a -> a1b1758) - posted by dw...@apache.org on 2019/07/17 11:49:51 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13168][table] Clarify isBatch/isStreaming/isBounded flag in flink planner and blink planner - posted by dw...@apache.org on 2019/07/17 11:51:08 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13275] Fix race condition in finishTask(). - posted by kk...@apache.org on 2019/07/17 11:58:36 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13299][travis][python] fix flink-python failed on Travis because of incompatible virtualenv (#9140) - posted by ji...@apache.org on 2019/07/17 13:51:02 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13299][travis][python] fix flink-python failed on Travis because of incompatible virtualenv (#9140) - posted by ji...@apache.org on 2019/07/17 17:52:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13296][table] FunctionCatalog.lookupFunction() should check in memory functions if the target function doesn't exist in catalog - posted by bl...@apache.org on 2019/07/17 21:09:40 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13296][table] FunctionCatalog.lookupFunction() should check in memory functions if the target function doesn't exist in catalog - posted by bl...@apache.org on 2019/07/17 21:17:30 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment-1.7 #251 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/18 01:43:12 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13280][table-planner-blink] Revert blink changes in DateTimeUtils, and keep it same as flink version - posted by ja...@apache.org on 2019/07/18 01:50:31 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13280][table-planner-blink] Revert blink changes in DateTimeUtils, and keep it same as flink version - posted by ja...@apache.org on 2019/07/18 01:51:26 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment-1.9 #3 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/18 03:55:07 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13161][table-blink-runtime] Fix calculation of numBuckets in BinaryHashBucketArea - posted by ja...@apache.org on 2019/07/18 04:20:14 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13161][table-blink-runtime] Fix calculation of numBuckets in BinaryHashBucketArea - posted by ja...@apache.org on 2019/07/18 04:23:31 UTC, 0 replies.
- [flink] branch master updated: [hotfix][kafka] Fix typo in filter property in pom.xml - posted by ja...@apache.org on 2019/07/18 07:51:35 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix][kafka] Fix typo in filter property in pom.xml - posted by ja...@apache.org on 2019/07/18 07:57:45 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13256] Ensure periodical checkpointing continues when regional failover aborts pending checkpoints - posted by sr...@apache.org on 2019/07/18 07:58:34 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13256] Ensure periodical checkpointing continues when regional failover aborts pending checkpoints - posted by sr...@apache.org on 2019/07/18 08:02:21 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13316][legal] Update binary licensing - posted by ch...@apache.org on 2019/07/18 08:35:22 UTC, 0 replies.
- [flink] branch release-1.9 updated (b7bfafc -> 609158b) - posted by ch...@apache.org on 2019/07/18 08:35:23 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13249][runtime] Fix handling of partition producer responses b… (#9138) - posted by sr...@apache.org on 2019/07/18 08:37:33 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13249][runtime] Fix handling of partition producer responses by running them with the task's executor - posted by sr...@apache.org on 2019/07/18 08:39:38 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13281][tests] Improve test for aborting pending checkpoints on failover - posted by ch...@apache.org on 2019/07/18 09:59:25 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13281][tests] Improve test for aborting pending checkpoints on failover - posted by ch...@apache.org on 2019/07/18 10:00:23 UTC, 0 replies.
- [flink] branch master updated (59a4d2c -> c52f14b) - posted by ch...@apache.org on 2019/07/18 10:14:13 UTC, 0 replies.
- [flink] branch release-1.9 updated (ca837bd -> cbf010f) - posted by ch...@apache.org on 2019/07/18 10:14:22 UTC, 0 replies.
- [flink] 01/02: [FLINK-13320][catalog][docs] Remove broken link - posted by ch...@apache.org on 2019/07/18 10:14:23 UTC, 0 replies.
- [flink] 02/02: [FLINK-13319][catalog][docs] Add chinese version - posted by ch...@apache.org on 2019/07/18 10:14:24 UTC, 0 replies.
- [flink] branch release-1.9 updated (cbf010f -> 41e56d9) - posted by ch...@apache.org on 2019/07/18 11:04:15 UTC, 0 replies.
- [flink] branch master updated (c52f14b -> 07ce142) - posted by ch...@apache.org on 2019/07/18 11:04:26 UTC, 0 replies.
- [flink] 01/02: [FLINK-12578][build] Use secure MapR repository by default - posted by ch...@apache.org on 2019/07/18 11:04:27 UTC, 2 replies.
- [flink] 02/02: [FLINK-12578][build] Add fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/18 11:04:28 UTC, 2 replies.
- [flink] branch release-1.8 updated (54c44eb -> 148e0dd) - posted by ch...@apache.org on 2019/07/18 11:10:26 UTC, 0 replies.
- [flink] branch release-1.7 updated (3bcb515 -> f092d75) - posted by ch...@apache.org on 2019/07/18 11:15:33 UTC, 0 replies.
- [flink] branch master updated (07ce142 -> 2e3aab3) - posted by tw...@apache.org on 2019/07/18 12:16:31 UTC, 0 replies.
- [flink] 01/04: [FLINK-13287][table-planner] Support STREAM_RECORD_TIMESTAMP call in table planner - posted by tw...@apache.org on 2019/07/18 12:16:32 UTC, 1 replies.
- [flink] 02/04: [FLINK-13287][table-planner] Support Reinterpret cast call in blink planner - posted by tw...@apache.org on 2019/07/18 12:16:33 UTC, 1 replies.
- [flink] 03/04: [FLINK-13287][table-api] Port ExistingField to api-java and use new Expression in FieldComputer - posted by tw...@apache.org on 2019/07/18 12:16:34 UTC, 1 replies.
- [flink] 04/04: [FLINK-13287][table-api] Port StreamRecordTimestamp to api-java - posted by tw...@apache.org on 2019/07/18 12:16:35 UTC, 1 replies.
- [flink] branch release-1.9 updated (41e56d9 -> c43dc95) - posted by tw...@apache.org on 2019/07/18 12:18:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13315][api-java] Port wmstrategies to api-java-bridge - posted by tw...@apache.org on 2019/07/18 15:05:51 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13315][api-java] Port wmstrategies to api-java-bridge - posted by tw...@apache.org on 2019/07/18 15:08:23 UTC, 0 replies.
- [flink] branch master updated (de1a8a0 -> 479fb07) - posted by tw...@apache.org on 2019/07/18 15:31:58 UTC, 0 replies.
- [flink] 01/06: [hotfix][table-common] Fix minor typos in ObjectIdentifier - posted by tw...@apache.org on 2019/07/18 15:31:59 UTC, 1 replies.
- [flink] 02/06: [hotfix][table-common] Update list of synonyms for logical types - posted by tw...@apache.org on 2019/07/18 15:32:00 UTC, 1 replies.
- [flink] 03/06: [hotfix][table-common] Link timestamp precisions - posted by tw...@apache.org on 2019/07/18 15:32:01 UTC, 1 replies.
- [flink] 04/06: [FLINK-13078][table-common] Simplify serializable string representation for parsers - posted by tw...@apache.org on 2019/07/18 15:32:02 UTC, 1 replies.
- [flink] 05/06: [FLINK-13078][table-common] Add an unresolved user-defined logical type - posted by tw...@apache.org on 2019/07/18 15:32:03 UTC, 1 replies.
- [flink] 06/06: [FLINK-13078][table-common] Add a logical type parser - posted by tw...@apache.org on 2019/07/18 15:32:04 UTC, 1 replies.
- [flink] branch release-1.9 updated (66edf7d -> b292210) - posted by tw...@apache.org on 2019/07/18 15:37:04 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13312][hive] move tests for data type mappings between Flink and Hive into its own test class - posted by bl...@apache.org on 2019/07/18 18:36:33 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13312][hive] move tests for data type mappings between Flink and Hive into its own test class - posted by bl...@apache.org on 2019/07/18 18:56:59 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13327][table-planner-blink] Fixed scala 2.12 compilation - posted by dw...@apache.org on 2019/07/18 19:10:58 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13327][table-planner-blink] Fixed scala 2.12 compilation - posted by dw...@apache.org on 2019/07/18 19:11:22 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment-1.8 #143 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/19 01:13:38 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment-1.7 #252 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/19 01:42:57 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13269][table] Copy RelDecorrelator & FlinkFilterJoinRule to flink planner to fix CALCITE-3169 & CALCITE-3170 - posted by ja...@apache.org on 2019/07/19 04:39:21 UTC, 0 replies.
- Jenkins build is back to normal : flink-snapshot-deployment-1.9 #4 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/19 04:41:53 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13269][table] Copy RelDecorrelator & FlinkFilterJoinRule to flink planner to fix CALCITE-3169 & CALCITE-3170 - posted by ja...@apache.org on 2019/07/19 04:43:22 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13302][table-planner] Fix CEIL(date) returns the same value with FLOOR(date) - posted by ja...@apache.org on 2019/07/19 06:12:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13302][table-planner] Fix CEIL(date) returns the same value with FLOOR(date) - posted by ja...@apache.org on 2019/07/19 06:21:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12578][build] Use fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/19 08:44:32 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12578][build] Use fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/19 08:44:37 UTC, 0 replies.
- [flink] branch release-1.8 updated: [FLINK-12578][build] Use fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/19 08:45:23 UTC, 0 replies.
- [flink] branch master updated: [hotfix][docs] Fix loop redirection in /dev/projectsetup/dependencies.html (#9177) - posted by ja...@apache.org on 2019/07/19 09:02:22 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix][docs] Fix loop redirection in /dev/projectsetup/dependencies.html (#9177) - posted by ja...@apache.org on 2019/07/19 09:09:11 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13186][clients] Remove unused fields - posted by ch...@apache.org on 2019/07/19 09:28:52 UTC, 0 replies.
- [flink] branch master updated (f762451 -> 0923209) - posted by ch...@apache.org on 2019/07/19 09:42:46 UTC, 0 replies.
- [flink] 01/02: [FLINK-12916][tests] Retry cancelWithSavepoint on cancellation barrier - posted by ch...@apache.org on 2019/07/19 09:42:47 UTC, 1 replies.
- [flink] 02/02: [FLINK-12916][tests] Rework regex - posted by ch...@apache.org on 2019/07/19 09:42:48 UTC, 1 replies.
- [flink] branch release-1.9 updated (a625735 -> 3f33e83) - posted by ch...@apache.org on 2019/07/19 09:44:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13310][hive][build] Remove shade-plugin configuration - posted by ch...@apache.org on 2019/07/19 09:56:24 UTC, 0 replies.
- [flink] branch master updated (72649c1 -> b483e1d) - posted by ch...@apache.org on 2019/07/19 09:57:38 UTC, 0 replies.
- [flink] 01/02: [hotfix] Add directory link-python/apache_flink.egg-info to gitignore - posted by ch...@apache.org on 2019/07/19 09:57:39 UTC, 1 replies.
- [flink] 02/02: [FLINK-13308][python] Drop the classifier of the flink-python jar - posted by ch...@apache.org on 2019/07/19 09:57:40 UTC, 1 replies.
- [flink] branch release-1.9 updated (3f33e83 -> d8f544b) - posted by ch...@apache.org on 2019/07/19 09:58:06 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13255][hive] Skip tests on Java 9 - posted by ch...@apache.org on 2019/07/19 10:00:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13255][hive] Skip tests on Java 9 - posted by ch...@apache.org on 2019/07/19 10:01:03 UTC, 0 replies.
- [flink] branch master updated (311dd15 -> 0b53eef) - posted by ja...@apache.org on 2019/07/19 13:35:48 UTC, 0 replies.
- [flink] 01/02: [FLINK-13286][table-api] Port RowtimeValidator and SchemaValidator to api-java-bridge - posted by ja...@apache.org on 2019/07/19 13:35:49 UTC, 1 replies.
- [flink] 02/02: [FLINK-13286][table-common] Port FileSystem and FileSystemValidator to common - posted by ja...@apache.org on 2019/07/19 13:35:50 UTC, 1 replies.
- [flink] branch release-1.9 updated (1e6578e -> aeeb4a1) - posted by ja...@apache.org on 2019/07/19 13:39:59 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13321][table-planner-blink] Fix lateral join udtf with constant parameters doesn't work in blink planner - posted by ja...@apache.org on 2019/07/19 14:00:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13321][table-planner-blink] Fix lateral join udtf with constant parameters doesn't work in blink planner - posted by ja...@apache.org on 2019/07/19 14:07:03 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13274]Refactor HiveTableSourceTest using HiveRunner - posted by bl...@apache.org on 2019/07/19 18:58:46 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13274]Refactor HiveTableSourceTest using HiveRunner - posted by bl...@apache.org on 2019/07/19 19:04:32 UTC, 0 replies.
- Jenkins build is back to normal : flink-snapshot-deployment-1.8 #144 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/20 01:54:52 UTC, 0 replies.
- Jenkins build is back to normal : flink-snapshot-deployment-1.7 #253 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/20 02:21:47 UTC, 0 replies.
- [flink-web] branch asf-site updated (12f6e6d -> 55a8b37) - posted by ja...@apache.org on 2019/07/21 11:19:45 UTC, 0 replies.
- [flink-web] 01/02: Update Chinese contribute pages - posted by ja...@apache.org on 2019/07/21 11:19:46 UTC, 0 replies.
- [flink] branch master updated (7b2e6e7 -> f2300e0) - posted by tz...@apache.org on 2019/07/22 04:35:44 UTC, 0 replies.
- [flink] 01/03: [FLINK-13293] [state-processor-api] [build] Add state processor api to opt/ directory in flink-dist - posted by tz...@apache.org on 2019/07/22 04:35:45 UTC, 1 replies.
- [flink] 02/03: [FLINK-13094][state-processor-api] Support iterating over registered timers in the internal timer service - posted by tz...@apache.org on 2019/07/22 04:35:46 UTC, 1 replies.
- [flink] 03/03: [FLINK-13094][state-processor-api] Add registered*TimeTimers methods to KeyedStateReaderFunction#Context for querying the registered timers for a given key - posted by tz...@apache.org on 2019/07/22 04:35:47 UTC, 1 replies.
- [flink] branch release-1.9 updated (9dec1aa -> b8eec2b) - posted by tz...@apache.org on 2019/07/22 04:39:46 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13284][table-planner-blink] Correct some builtin functions' return type inference in Blink planner - posted by ja...@apache.org on 2019/07/22 06:27:21 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13284][table-planner-blink] Correct some builtin functions' return type inference in Blink planner - posted by ja...@apache.org on 2019/07/22 06:29:23 UTC, 0 replies.
- [flink] branch master updated (6961d9b -> 61d2525) - posted by ja...@apache.org on 2019/07/22 08:50:57 UTC, 0 replies.
- [flink] branch release-1.9 updated (694b208 -> 0e9a362) - posted by rm...@apache.org on 2019/07/22 09:26:21 UTC, 0 replies.
- [flink] branch release-1.9 updated (0e9a362 -> aceaca6) - posted by ku...@apache.org on 2019/07/22 09:37:46 UTC, 0 replies.
- [flink] branch master updated (61d2525 -> c75af84) - posted by sr...@apache.org on 2019/07/22 09:54:08 UTC, 0 replies.
- [flink] branch master updated (c75af84 -> 7ba2298) - posted by tw...@apache.org on 2019/07/22 11:48:51 UTC, 0 replies.
- [flink] 01/02: [FLINK-13266] [table] move ExpressionParserException & UnresolvedException to table-common module - posted by tw...@apache.org on 2019/07/22 11:48:52 UTC, 1 replies.
- [flink] 02/02: [FLINK-13266] [table] remove definedTimeAttributes file in blink planner - posted by tw...@apache.org on 2019/07/22 11:48:53 UTC, 1 replies.
- [flink] branch release-1.9 updated (aceaca6 -> 8563649) - posted by tw...@apache.org on 2019/07/22 11:54:36 UTC, 0 replies.
- [flink] branch master updated (7ba2298 -> 71283e2) - posted by tw...@apache.org on 2019/07/22 12:47:43 UTC, 0 replies.
- [flink] 01/02: [FLINK-13266][table-runtime-blink] remove Order class from table-runtime-blink - posted by tw...@apache.org on 2019/07/22 12:47:44 UTC, 1 replies.
- [flink] 02/02: [FLINK-13266][table-common] Improve comment for FilterableTableTableSource - posted by tw...@apache.org on 2019/07/22 12:47:45 UTC, 1 replies.
- [flink] branch release-1.9 updated (8563649 -> 5eda255) - posted by tw...@apache.org on 2019/07/22 12:49:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13313][table] create CatalogTableBuilder to support building CatalogTable from descriptors - posted by bl...@apache.org on 2019/07/22 15:03:52 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13313][table] create CatalogTableBuilder to support building CatalogTable from descriptors - posted by bl...@apache.org on 2019/07/22 15:17:05 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13276][hive] write documentation and quickstart for Flink-Hive compatibility - posted by bl...@apache.org on 2019/07/22 15:19:37 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13276][hive] write documentation and quickstart for Flink-Hive compatibility - posted by bl...@apache.org on 2019/07/22 15:21:31 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13206]replace 'use database' with 'use' in sql client parser - posted by bl...@apache.org on 2019/07/22 15:27:10 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13206]replace 'use database' with 'use' in sql client parser - posted by bl...@apache.org on 2019/07/22 15:30:03 UTC, 0 replies.
- [flink] branch master updated (5da6e4c -> 091266d) - posted by th...@apache.org on 2019/07/22 16:40:59 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12595][kinesis] Interrupt thread at right time to avoid deadlock - posted by th...@apache.org on 2019/07/22 16:43:06 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13221][table-planner-blink] Blink planner should set ScheduleMode to LAZY_FROM_SOURCES_WITH_BATCH_SLOT_REQUEST for batch jobs - posted by ku...@apache.org on 2019/07/23 01:33:33 UTC, 0 replies.
- [flink] branch release-1.9 updated (7ea55e9 -> 2f4ff4e) - posted by ja...@apache.org on 2019/07/23 02:10:52 UTC, 0 replies.
- [flink] 01/03: [FLINK-13304][table-runtime-blink] Fix implementation of getString and getBinary method in NestedRow - posted by ja...@apache.org on 2019/07/23 02:10:53 UTC, 0 replies.
- [flink] 02/03: [FLINK-13322][table-runtime-blink] Fix serializer snapshot recovery in BaseArray and BaseMap serializers - posted by ja...@apache.org on 2019/07/23 02:10:54 UTC, 0 replies.
- [flink] 03/03: [FLINK-13323][table-runtime-blink] Add tests for complex data formats - posted by ja...@apache.org on 2019/07/23 02:10:55 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13227][docs-zh] Translate "asyncio" page into Chinese - posted by ja...@apache.org on 2019/07/23 05:17:44 UTC, 0 replies.
- [flink] branch master updated (7517b98 -> bd35194) - posted by ja...@apache.org on 2019/07/23 06:44:05 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13075][table-planner-blink] Project pushdown rule shouldn't require the TableSource return a modified schema in blink planner - posted by ja...@apache.org on 2019/07/23 06:45:36 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13262][docs] Add documentation for the new Table & SQL API type system - posted by tw...@apache.org on 2019/07/23 07:37:09 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13262][docs] Add documentation for the new Table & SQL API type system - posted by tw...@apache.org on 2019/07/23 07:38:44 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13368][python] Add Configuration Class for Python Table API to Align with Java. - posted by ji...@apache.org on 2019/07/23 08:00:06 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13368][python] Add Configuration Class for Python Table API to Align with Java. - posted by ji...@apache.org on 2019/07/23 08:03:58 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13117][table-planner-blink] Do not need to backup and restore streamEnv config in BatchExecutor - posted by ja...@apache.org on 2019/07/23 08:39:37 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13337][table-planner-blink] Do not need to backup and restore streamEnv config in BatchExecutor - posted by ja...@apache.org on 2019/07/23 08:56:34 UTC, 0 replies.
- [flink] branch release-1.8 updated: [FLINK-12741] [docs] Update Kafka producer fault tolerance guarantees - posted by nk...@apache.org on 2019/07/23 09:59:36 UTC, 0 replies.
- [flink] branch release-1.7 updated: [FLINK-12741] [docs] Update Kafka producer fault tolerance guarantees - posted by nk...@apache.org on 2019/07/23 10:00:36 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13314][table-planner-blink] Correct resultType of some PlannerExpression when operands contains DecimalTypeInfo or BigDecimalTypeInfo in Blink planner - posted by ja...@apache.org on 2019/07/23 10:42:43 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13314][table-planner-blink] Correct resultType of some PlannerExpression when operands contains DecimalTypeInfo or BigDecimalTypeInfo in Blink planner - posted by ja...@apache.org on 2019/07/23 10:43:30 UTC, 0 replies.
- [flink-web] branch asf-site updated: Correct typo in roadmap.md - posted by rm...@apache.org on 2019/07/23 11:38:45 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13318][table-planner-blink] Fix Blink planner tests failing on Scala 2.12 by setting SerialVersionUID to Scala UDFs - posted by ja...@apache.org on 2019/07/23 11:47:03 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13318][table-planner-blink] Fix Blink planner tests failing on Scala 2.12 by setting SerialVersionUID to Scala UDFs - posted by ja...@apache.org on 2019/07/23 11:49:25 UTC, 0 replies.
- [flink-web] branch asf-site updated: Add zhijiang to community page - posted by zh...@apache.org on 2019/07/23 12:48:05 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13369] Track references of already visited object in ClosureCleaner - posted by kk...@apache.org on 2019/07/23 12:56:43 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13074][table-planner] Fix PartitionableTableSink doesn't work for flink and blink planner - posted by ja...@apache.org on 2019/07/23 13:16:10 UTC, 0 replies.
- [flink] branch master updated: [hotfix] fix checkstyle - posted by kk...@apache.org on 2019/07/23 13:18:03 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13074][table-planner] Fix PartitionableTableSink doesn't work for flink and blink planner - posted by ja...@apache.org on 2019/07/23 13:18:55 UTC, 0 replies.
- [flink] branch release-1.9 updated (2ee6373 -> 7b62630) - posted by kk...@apache.org on 2019/07/23 13:20:42 UTC, 0 replies.
- [flink] 01/02: [FLINK-13369] Track references of already visited object in ClosureCleaner - posted by kk...@apache.org on 2019/07/23 13:20:43 UTC, 1 replies.
- [flink] 02/02: [hotfix] fix checkstyle - posted by kk...@apache.org on 2019/07/23 13:20:44 UTC, 1 replies.
- [flink] branch release-1.8 updated (91d036f -> 480875f) - posted by kk...@apache.org on 2019/07/23 13:23:21 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13266][table] Port DataView related classes to flink-table-common - posted by tw...@apache.org on 2019/07/23 13:51:38 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13266][table] Port DataView related classes to flink-table-common - posted by tw...@apache.org on 2019/07/23 13:53:47 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13266][table] Port function-related descriptors to flink-table-common - posted by tw...@apache.org on 2019/07/23 15:41:20 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13266][table] Port function-related descriptors to flink-table-common - posted by tw...@apache.org on 2019/07/23 15:42:39 UTC, 0 replies.
- [flink-web] branch asf-site updated (a0c3fab -> 606b5df) - posted by nk...@apache.org on 2019/07/23 15:48:16 UTC, 0 replies.
- [flink-web] 01/05: [hotfix] use site.baseurl and site.DOCS_BASE_URL instead of manual URLs in 2019 posts - posted by nk...@apache.org on 2019/07/23 15:48:17 UTC, 0 replies.
- [flink-web] 02/05: [hotfix] remove incremental build option - posted by nk...@apache.org on 2019/07/23 15:48:18 UTC, 0 replies.
- [flink-web] 03/05: [Blog] style-tuning for Network Stack Vol. 1 - posted by nk...@apache.org on 2019/07/23 15:48:19 UTC, 0 replies.
- [flink-web] 04/05: [Blog] add Flink Network Stack Vol. 2: Monitoring, Metrics, and that Backpressure Thing - posted by nk...@apache.org on 2019/07/23 15:48:20 UTC, 0 replies.
- [flink-web] 05/05: Rebuild website - posted by nk...@apache.org on 2019/07/23 15:48:21 UTC, 0 replies.
- [flink-web] branch asf-site updated (606b5df -> dec96f6) - posted by fh...@apache.org on 2019/07/23 16:46:08 UTC, 0 replies.
- [flink-web] 01/04: Add Kuaishou to PowerBy page. - posted by fh...@apache.org on 2019/07/23 16:46:09 UTC, 0 replies.
- [flink-web] 02/04: Rebuild website - posted by fh...@apache.org on 2019/07/23 16:46:10 UTC, 0 replies.
- [flink-web] 03/04: Add Didi to PowerBy page - posted by fh...@apache.org on 2019/07/23 16:46:11 UTC, 0 replies.
- [flink-web] 04/04: Rebuild website - posted by fh...@apache.org on 2019/07/23 16:46:12 UTC, 0 replies.
- [flink] branch master updated (24f1dce -> 1c653ce) - posted by ga...@apache.org on 2019/07/23 19:25:34 UTC, 0 replies.
- [flink] 01/03: [hotfix][tests] Declare variables in start_taskmanagers() local - posted by ga...@apache.org on 2019/07/23 19:25:35 UTC, 1 replies.
- [flink] 02/03: [hotfix][tests] Improve wait_job_terminal_state() function - posted by ga...@apache.org on 2019/07/23 19:25:36 UTC, 1 replies.
- [flink] 03/03: [FLINK-13145][runtime, tests] Enable fine grained failover in E2E HA data set test - posted by ga...@apache.org on 2019/07/23 19:25:37 UTC, 1 replies.
- [flink] branch release-1.9 updated (22538cc -> 6a79ab2) - posted by ga...@apache.org on 2019/07/23 19:27:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13345][tests] Dump jstack output for Flink JVMs - posted by ga...@apache.org on 2019/07/23 19:32:23 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13345][tests] Dump jstack output for Flink JVMs - posted by ga...@apache.org on 2019/07/23 19:34:48 UTC, 0 replies.
- [flink] branch master updated (869ccd6 -> c601cfd) - posted by ja...@apache.org on 2019/07/24 05:13:38 UTC, 0 replies.
- [flink] 01/03: [FLINK-13266][table] Move OptimizerConfigOptions & ExecutionConfigOptions to table-api-java module - posted by ja...@apache.org on 2019/07/24 05:13:39 UTC, 1 replies.
- [flink] 02/03: [FLINK-13266][table] Relocate blink runtime classes to avoid class clashes - posted by ja...@apache.org on 2019/07/24 05:13:40 UTC, 1 replies.
- [flink] 03/03: [FLINK-13266][table] Relocate blink planner classes to avoid class clashes - posted by ja...@apache.org on 2019/07/24 05:13:41 UTC, 1 replies.
- [flink] branch master updated: [FLINK-13394][travis] Use fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/24 07:55:40 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13394][travis] Use fallback unsafe MapR repository - posted by ch...@apache.org on 2019/07/24 07:56:08 UTC, 0 replies.
- [flink] branch release-1.9 updated (d2f5914 -> 2bf7dad) - posted by ja...@apache.org on 2019/07/24 08:43:15 UTC, 0 replies.
- [flink] branch master updated (01c06da -> 37cdfe8) - posted by dw...@apache.org on 2019/07/24 09:24:16 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13341][table][connectors] StreamTableSink#consumeDataStream returns DataStreamSink when using blink planner. - posted by dw...@apache.org on 2019/07/24 09:25:01 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13351][table-blink-planner] Clean up duplicate case clause for ROW in FlinkTypeFactory.toLogicalType - posted by ja...@apache.org on 2019/07/24 10:13:15 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13351][table-blink-planner] Clean up duplicate case clause for ROW in FlinkTypeFactory.toLogicalType - posted by ja...@apache.org on 2019/07/24 10:14:21 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13398][hive][build] Exclude jdk.tools - posted by ch...@apache.org on 2019/07/24 11:01:02 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13398][hive][build] Exclude jdk.tools - posted by ch...@apache.org on 2019/07/24 11:01:30 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13169][tests][coordination] Test TaskExecutor failures in fine-grained recovery IT case - posted by ch...@apache.org on 2019/07/24 11:07:26 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13169][tests][coordination] Test TaskExecutor failures in fine-grained recovery IT case - posted by ch...@apache.org on 2019/07/24 11:08:15 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13055][runtime] Leverage PartitionTracker for checking partition availability - posted by ch...@apache.org on 2019/07/24 11:11:19 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13055][runtime] Leverage PartitionTracker for checking partition availability - posted by ch...@apache.org on 2019/07/24 11:11:38 UTC, 0 replies.
- [flink] branch master updated: [hotfix][tests] Delete tmp directory after cluster has shut down - posted by ch...@apache.org on 2019/07/24 11:26:22 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix][tests] Delete tmp directory after cluster has shut down - posted by ch...@apache.org on 2019/07/24 11:26:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13378][table-planner-blink] Fix SINGLE_VALUE is not correctly supported in blink planner - posted by ja...@apache.org on 2019/07/24 12:22:43 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13378][table-planner-blink] Fix SINGLE_VALUE is not correctly supported in blink planner - posted by ja...@apache.org on 2019/07/24 12:26:23 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13257][table-planner-blink] Avoid stream operator implementing BoundedOneInput in blink runner - posted by ja...@apache.org on 2019/07/24 12:30:24 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13257][table-planner-blink] Avoid stream operator implementing BoundedOneInput in blink runner - posted by ja...@apache.org on 2019/07/24 12:33:18 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13402][table] Copy RelOptCluster to flink planner to fix "RelOptCluster's constructor can not be accessed when connector depends on both planners" - posted by ja...@apache.org on 2019/07/24 13:14:53 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13402][table] Copy RelOptCluster to flink planner to fix "RelOptCluster's constructor can not be accessed when connector depends on both planners" - posted by ja...@apache.org on 2019/07/24 13:16:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13403][table-planner-blink] Fix some classes' package name is not updated after class relocation - posted by ja...@apache.org on 2019/07/24 13:22:16 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13403][table-planner-blink] Fix some classes' package name is not updated after class relocation - posted by ja...@apache.org on 2019/07/24 13:23:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12901][docs] Update Hadoop build instructions - posted by ch...@apache.org on 2019/07/24 14:49:41 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12901][docs] Update Hadoop build instructions - posted by ch...@apache.org on 2019/07/24 14:50:03 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment-1.8 #149 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/25 01:53:03 UTC, 0 replies.
- [flink] branch FLINK-13266 created (now 61f6ad4) - posted by jq...@apache.org on 2019/07/25 03:37:02 UTC, 0 replies.
- [flink] 01/01: FLINK-13266: Fix race condition between transaction commit and producer closure. - posted by jq...@apache.org on 2019/07/25 03:37:03 UTC, 0 replies.
- [flink] branch FLINK-13266 deleted (was 61f6ad4) - posted by jq...@apache.org on 2019/07/25 03:41:12 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment #1265 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/25 04:14:52 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13409][python] Supported java UDFs in python API. - posted by ji...@apache.org on 2019/07/25 06:09:58 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13409][python] Supported java UDFs in python API. - posted by ji...@apache.org on 2019/07/25 06:13:02 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13210][hive] Hive connector test should dependent on blink planner instead of legacy planner - posted by ja...@apache.org on 2019/07/25 06:28:18 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13210][hive] Hive connector test should dependent on blink planner instead of legacy planner - posted by ja...@apache.org on 2019/07/25 06:36:48 UTC, 0 replies.
- [flink-web] branch asf-site updated (dec96f6 -> d2dadf2) - posted by al...@apache.org on 2019/07/25 07:24:10 UTC, 0 replies.
- [flink-web] 01/03: [FLINK-13342] Update master documentation link to say "master" - posted by al...@apache.org on 2019/07/25 07:24:11 UTC, 0 replies.
- [flink-web] 02/03: Remove unused config keys - posted by al...@apache.org on 2019/07/25 07:24:12 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13353][table-planner] Remove 2 args constructor in REPLACE expression - posted by ja...@apache.org on 2019/07/25 08:51:40 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13353][table-planner] Remove 2 args constructor in REPLACE expression - posted by ja...@apache.org on 2019/07/25 09:04:31 UTC, 0 replies.
- [flink] branch master updated (817da8a -> 9cd9593) - posted by ja...@apache.org on 2019/07/25 13:55:39 UTC, 0 replies.
- [flink] 01/02: [FLINK-13116][table-planner-blink] Fix Catalog statistics is not bridged to blink planner - posted by ja...@apache.org on 2019/07/25 13:55:40 UTC, 1 replies.
- [flink] 02/02: [FLINK-13116][table-planner-blink] Exclude RAT for explain and digest resource files - posted by ja...@apache.org on 2019/07/25 13:55:41 UTC, 1 replies.
- [flink] branch release-1.9 updated (729468b -> 470e7cb) - posted by ja...@apache.org on 2019/07/25 13:58:22 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13397] Remove RollingSink - posted by al...@apache.org on 2019/07/25 15:06:11 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13397] Remove RollingSink - posted by al...@apache.org on 2019/07/25 15:29:01 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12765][coordinator] Add the remaining resources to the slot selection strategy - posted by se...@apache.org on 2019/07/25 15:34:42 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13367] Recognize writeReplace in ClosureCleaner - posted by mx...@apache.org on 2019/07/25 15:57:14 UTC, 0 replies.
- [flink] branch release-1.8 updated: [FLINK-13367] Recognize writeReplace in ClosureCleaner - posted by mx...@apache.org on 2019/07/25 15:59:15 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13367] Recognize writeReplace in ClosureCleaner - posted by mx...@apache.org on 2019/07/25 15:59:56 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13222][docs] Add documentation for failover strategy option - posted by tr...@apache.org on 2019/07/25 16:26:34 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13222][docs] Add documentation for failover strategy option - posted by tr...@apache.org on 2019/07/25 16:32:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12765][coordinator] Add the remaining resources to the slot selection strategy - posted by se...@apache.org on 2019/07/25 21:43:59 UTC, 0 replies.
- Jenkins build is back to normal : flink-snapshot-deployment-1.8 #150 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/26 01:57:26 UTC, 0 replies.
- Jenkins build is back to normal : flink-snapshot-deployment #1266 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/26 04:40:30 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13289][table-planner-blink] Blink planner should setKeyFields to upsert table sink - posted by ja...@apache.org on 2019/07/26 05:49:48 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13289][table-planner-blink] Blink planner should setKeyFields to upsert table sink - posted by ja...@apache.org on 2019/07/26 05:54:04 UTC, 0 replies.
- [flink] branch release-1.9 updated (cdcd15f -> 5e3ee17) - posted by tr...@apache.org on 2019/07/26 07:10:30 UTC, 0 replies.
- [flink] branch master updated (35237ae -> a4936a5) - posted by tr...@apache.org on 2019/07/26 07:12:47 UTC, 0 replies.
- [flink] branch master updated (a4936a5 -> 82e373c) - posted by ja...@apache.org on 2019/07/26 09:46:30 UTC, 0 replies.
- [flink] 01/02: [FLINK-13393][table-planner-blink] Fix generic TableSource doesn't work in blink planner - posted by ja...@apache.org on 2019/07/26 09:46:31 UTC, 1 replies.
- [flink] 02/02: [FLINK-13391][table] Fix InputFormatTableSource#getDataStream should not call getReturnType. - posted by ja...@apache.org on 2019/07/26 09:46:32 UTC, 1 replies.
- [flink] branch release-1.9 updated (5e3ee17 -> bbb4cf2) - posted by ja...@apache.org on 2019/07/26 09:49:08 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12179][coordination] Remove legacy class Instance - posted by ch...@apache.org on 2019/07/26 11:17:36 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13158][rest] Remove WebMonitor interface - posted by ch...@apache.org on 2019/07/26 11:17:58 UTC, 0 replies.
- [flink] branch s3_test created (now 7d0d032) - posted by ch...@apache.org on 2019/07/26 11:24:58 UTC, 0 replies.
- [flink] 01/01: test configured s3 provider - posted by ch...@apache.org on 2019/07/26 11:24:59 UTC, 0 replies.
- [flink] branch builds-test created (now 117a85b) - posted by ja...@apache.org on 2019/07/26 12:02:13 UTC, 0 replies.
- [flink] 01/02: [FLINK-13430][build] Configure sending travis build notifications to builds@flink.apache.org - posted by ja...@apache.org on 2019/07/26 12:02:14 UTC, 0 replies.
- [flink] 02/02: remove license to make build fast fail - posted by ja...@apache.org on 2019/07/26 12:02:15 UTC, 0 replies.
- [flink] branch master updated (6bd3a17 -> 372c143) - posted by ch...@apache.org on 2019/07/26 12:10:04 UTC, 0 replies.
- [flink] 01/03: [hotfix][build] Use HTTPS URL in qa-check.sh - posted by ch...@apache.org on 2019/07/26 12:10:05 UTC, 0 replies.
- [flink] 02/03: [hotfix][py] Use HTTPS URLs in package information - posted by ch...@apache.org on 2019/07/26 12:10:06 UTC, 0 replies.
- [flink] 03/03: [hotfix][build] Use HTTPS URLs - posted by ch...@apache.org on 2019/07/26 12:10:07 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12590][docs] Use HTTPS for all Flink links - posted by ch...@apache.org on 2019/07/26 12:21:40 UTC, 0 replies.
- [flink] branch master updated (bb82aac -> 21621fb) - posted by se...@apache.org on 2019/07/27 18:30:05 UTC, 0 replies.
- [flink] 01/04: [hotfix][tests] Pull TestTaskBuilder out of TaskTest - posted by se...@apache.org on 2019/07/27 18:30:06 UTC, 1 replies.
- [flink] 02/04: [hotfix][tests] Make NoOpPartitionProducerStateChecker a public reusable test implementation. - posted by se...@apache.org on 2019/07/27 18:30:07 UTC, 1 replies.
- [flink] 03/04: [hotfix][tests] Reduce some mocking in TestTaskBuilder - posted by se...@apache.org on 2019/07/27 18:30:08 UTC, 1 replies.
- [flink] 04/04: [FLINK-13325][test] Add test for FLINK-13249 - posted by se...@apache.org on 2019/07/27 18:30:09 UTC, 1 replies.
- [flink] branch release-1.9 updated (bbb4cf2 -> bb61cbe) - posted by se...@apache.org on 2019/07/27 18:30:56 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13352][docs] Using hive connector with hive-1.2.1 needs libfb303 jar - posted by ku...@apache.org on 2019/07/29 03:09:03 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13352][docs] Using hive connector with hive-1.2.1 needs libfb303 jar - posted by ku...@apache.org on 2019/07/29 03:18:06 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13012][hive] Handle default partition name of Hive table - posted by ja...@apache.org on 2019/07/29 07:10:54 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13012][hive] Handle default partition name of Hive table - posted by ja...@apache.org on 2019/07/29 07:22:34 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13451][tests] Remove use of Unsafe.defineClass() from CommonTestUtils - posted by se...@apache.org on 2019/07/29 07:27:39 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13429][table-common] Fix BoundedOutOfOrderTimestamps watermark strategy - posted by tw...@apache.org on 2019/07/29 08:02:45 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13429][table-common] Fix BoundedOutOfOrderTimestamps watermark strategy - posted by tw...@apache.org on 2019/07/29 08:04:57 UTC, 0 replies.
- [flink] branch master updated (b670b11 -> 12118b9) - posted by ch...@apache.org on 2019/07/29 08:10:32 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13387][WebUI] Fix log download for old UI - posted by ch...@apache.org on 2019/07/29 08:10:53 UTC, 0 replies.
- [flink] branch release-1.9 updated (5077f18 -> 7116ab7) - posted by se...@apache.org on 2019/07/29 10:23:45 UTC, 0 replies.
- [flink] 01/03: [FLINK-13245][network] Fix the bug of file resource leak while canceling partition request - posted by se...@apache.org on 2019/07/29 10:23:46 UTC, 1 replies.
- [flink] 02/03: [FLINK-13245][network] Make subpartition consumption notification independant - posted by se...@apache.org on 2019/07/29 10:23:47 UTC, 1 replies.
- [flink] 03/03: [FLINK-13245][network] Remove redundant bookkeeping for already canceled input channel IDs - posted by se...@apache.org on 2019/07/29 10:23:48 UTC, 1 replies.
- [flink] branch master updated (12118b9 -> 71a53d4) - posted by se...@apache.org on 2019/07/29 10:25:58 UTC, 0 replies.
- [flink] branch master updated: [hotfix] Fix typo in api_concepts.md - posted by al...@apache.org on 2019/07/29 11:43:56 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix] Fix typo in api_concepts.md - posted by al...@apache.org on 2019/07/29 11:44:59 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13458][table] ThreadLocalCache clashes for Blink planner - posted by tw...@apache.org on 2019/07/29 12:45:50 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13458][table] ThreadLocalCache clashes for Blink planner - posted by tw...@apache.org on 2019/07/29 12:46:50 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13228][tests][filesystems] Harden HadoopRecoverableWriterTest - posted by se...@apache.org on 2019/07/29 12:56:19 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13228][tests][filesystems] Harden HadoopRecoverableWriterTest - posted by se...@apache.org on 2019/07/29 13:00:53 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13447][table] Change default planner to legacy planner instead of any one - posted by ja...@apache.org on 2019/07/29 13:11:23 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13447][table] Change default planner to legacy planner instead of any one - posted by ja...@apache.org on 2019/07/29 13:29:36 UTC, 0 replies.
- [flink] branch master updated: [FLINK-9526][e2e] Fix unstable BucketingSink end-to-end test - posted by kk...@apache.org on 2019/07/29 13:47:30 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-9526][e2e] Fix unstable BucketingSink end-to-end test - posted by kk...@apache.org on 2019/07/29 13:48:56 UTC, 0 replies.
- [flink] branch release-1.8 updated: [FLINK-9526][e2e] Fix unstable BucketingSink end-to-end test - posted by kk...@apache.org on 2019/07/29 13:51:44 UTC, 0 replies.
- [flink-web] branch asf-site updated: add myself to the flink community page - posted by ro...@apache.org on 2019/07/29 20:06:09 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12747][docs] Getting Started - Table Api Walkthrough - posted by nk...@apache.org on 2019/07/29 20:47:11 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13347][table-planner] should handle SEMI/ANTI JoinRelType in switch case - posted by ro...@apache.org on 2019/07/30 03:36:05 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13375][table] Improve config names in ExecutionConfigOptions and OptimizerConfigOptions - posted by ja...@apache.org on 2019/07/30 04:16:02 UTC, 0 replies.
- [flink] branch master updated: [hotfix][python] Change "flink-python-" to "flink-python" for the change of artifact of flink-python module (#9270) - posted by ji...@apache.org on 2019/07/30 07:35:09 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix][python] Change "flink-python-" to "flink-python" for the change of artifact of flink-python module (#9270) - posted by ji...@apache.org on 2019/07/30 07:37:05 UTC, 0 replies.
- [flink] branch master updated (589fd4d -> 549079c) - posted by tw...@apache.org on 2019/07/30 09:32:14 UTC, 0 replies.
- [flink] 01/06: [hotfix][table-api-java] Improve documentation of withBuiltinCatalogName & withBuiltinDatabaseName - posted by tw...@apache.org on 2019/07/30 09:32:15 UTC, 1 replies.
- [flink] 02/06: [hotfix][table] Unify default catalog & builtin catalog naming - posted by tw...@apache.org on 2019/07/30 09:32:16 UTC, 1 replies.
- [flink] 03/06: [FLINK-13350][table-api-java] Annotate useCatalog & useDatabase with experimental annotation - posted by tw...@apache.org on 2019/07/30 09:32:17 UTC, 1 replies.
- [flink] 04/06: [hotfix][table-common] Fix logging in the table source validation procedure - posted by tw...@apache.org on 2019/07/30 09:32:18 UTC, 1 replies.
- [flink] 05/06: [FLINK-13279][table-sql-client] Fully qualify sink name in sql-client - posted by tw...@apache.org on 2019/07/30 09:32:19 UTC, 1 replies.
- [flink] 06/06: [hotfix][sql-client] Add USE CATALOG/USE to CLI help - posted by tw...@apache.org on 2019/07/30 09:32:20 UTC, 1 replies.
- [flink] branch release-1.9 updated (8405bef -> 19e7c5c) - posted by tw...@apache.org on 2019/07/30 09:44:05 UTC, 0 replies.
- [flink] branch master updated (549079c -> 8dec21f) - posted by nk...@apache.org on 2019/07/30 10:09:39 UTC, 0 replies.
- [flink] 01/04: [hotfix][test] Extract common variables - posted by nk...@apache.org on 2019/07/30 10:09:40 UTC, 0 replies.
- [flink] 02/04: [FLINK-12171][Network] Do not limit the network buffer memory by heap size on the TM side - posted by nk...@apache.org on 2019/07/30 10:09:41 UTC, 0 replies.
- [flink] 03/04: [hotfix][test] Converting fraction to double to improve the precision - posted by nk...@apache.org on 2019/07/30 10:09:42 UTC, 0 replies.
- [flink] 04/04: [hotfix][Network] Rename the terminology - posted by nk...@apache.org on 2019/07/30 10:09:43 UTC, 0 replies.
- [flink] branch master updated (8dec21f -> 01f8c35) - posted by tr...@apache.org on 2019/07/30 11:48:14 UTC, 0 replies.
- [flink] branch release-1.9 updated (19e7c5c -> b4697f7) - posted by tr...@apache.org on 2019/07/30 11:52:17 UTC, 0 replies.
- [flink] 01/02: [FLINK-12038][tests] Harden YARNITCase - posted by tr...@apache.org on 2019/07/30 11:52:18 UTC, 0 replies.
- [flink] 02/02: [FLINK-13241][yarn/mesos] Fix Yarn/MesosResourceManager setting managed memory size into wrong configuration instance. - posted by tr...@apache.org on 2019/07/30 11:52:19 UTC, 0 replies.
- [flink] branch master updated: [FLINK-12249][table] Fix type equivalence check problems for Window Aggregates - posted by dw...@apache.org on 2019/07/30 12:36:45 UTC, 0 replies.
- [flink] branch master updated (305051c -> 536d321) - posted by ji...@apache.org on 2019/07/30 13:06:00 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13488][Python] Remove python 3.3/3.4 support (#9278) - posted by ji...@apache.org on 2019/07/30 13:08:30 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-12249][table] Fix type equivalence check problems for Window Aggregates - posted by dw...@apache.org on 2019/07/30 13:20:05 UTC, 0 replies.
- [flink] branch master updated (536d321 -> e29cd17) - posted by tw...@apache.org on 2019/07/30 14:39:50 UTC, 0 replies.
- [flink] 01/03: [FLINK-13399][table] Create two separate table uber jars for old and blink planners - posted by tw...@apache.org on 2019/07/30 14:39:51 UTC, 1 replies.
- [flink] 02/03: [FLINK-13399][table][docs] Updated the required dependencies section of Table API documentation - posted by tw...@apache.org on 2019/07/30 14:39:52 UTC, 1 replies.
- [flink] 03/03: [FLINK-13399][legal] Update NOTICE-binary for new table uber jars - posted by tw...@apache.org on 2019/07/30 14:39:53 UTC, 1 replies.
- [flink] branch release-1.9 updated (1de0053 -> ea18a24) - posted by tw...@apache.org on 2019/07/30 15:03:34 UTC, 0 replies.
- [flink] branch release-1.9 updated (ea18a24 -> 2fd6149) - posted by tr...@apache.org on 2019/07/30 18:26:03 UTC, 0 replies.
- [flink] branch master updated (e29cd17 -> 70fe6aa) - posted by tr...@apache.org on 2019/07/30 18:26:45 UTC, 0 replies.
- [flink] 01/06: [hotfix] Fix checkstyle violations in StandaloneResourceManagerTest - posted by tr...@apache.org on 2019/07/30 18:26:46 UTC, 0 replies.
- [flink] 02/06: [hotfix][runtime] Extract SlotManager interface - posted by tr...@apache.org on 2019/07/30 18:26:47 UTC, 0 replies.
- [flink] 03/06: [FLINK-13408][runtime] Let StandaloneResourceManager start startup period upon granting leadership - posted by tr...@apache.org on 2019/07/30 18:26:48 UTC, 0 replies.
- [flink] 04/06: [hotfix] Make TestingSlotManager#setFailUnfulfillableRequestConsumer non-nullable - posted by tr...@apache.org on 2019/07/30 18:26:49 UTC, 0 replies.
- [flink] 05/06: [hotfix] Remove polling loops from StandaloneResourceManagerTest - posted by tr...@apache.org on 2019/07/30 18:26:50 UTC, 0 replies.
- [flink] 06/06: [hotfix] Rename TestingSlotManagerFactory into TestingSlotManagerBuilder - posted by tr...@apache.org on 2019/07/30 18:26:51 UTC, 0 replies.
- [flink] branch test deleted (was 70fe6aa) - posted by tr...@apache.org on 2019/07/30 20:57:22 UTC, 0 replies.
- [flink] branch test created (now 70fe6aa) - posted by tr...@apache.org on 2019/07/30 20:57:27 UTC, 0 replies.
- Build failed in Jenkins: flink-snapshot-deployment #1271 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/31 04:53:40 UTC, 0 replies.
- [flink] branch master updated: [hotfix] [travis] Fix the python travis failure (#9286) - posted by ji...@apache.org on 2019/07/31 07:06:18 UTC, 0 replies.
- [flink] branch release-1.9 updated: [hotfix] [travis] Fix the python travis failure (#9286) - posted by ji...@apache.org on 2019/07/31 07:07:37 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13431][hive] Fix nameNode HA configuration was not loaded when running HiveConnector on Yarn - posted by ku...@apache.org on 2019/07/31 07:32:48 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13431][hive] Fix nameNode HA configuration was not loaded when running HiveConnector on Yarn - posted by ku...@apache.org on 2019/07/31 07:36:38 UTC, 0 replies.
- [flink] branch master updated (a9d3931 -> 8bdcb00) - posted by se...@apache.org on 2019/07/31 08:19:50 UTC, 0 replies.
- [flink] 01/02: [hotfix][tests] Refactor MapR FS Tests - posted by se...@apache.org on 2019/07/31 08:19:51 UTC, 1 replies.
- [flink] 02/02: [FLINK-13499][maprfs] Handle MapR dependency purely through reflection - posted by se...@apache.org on 2019/07/31 08:19:52 UTC, 1 replies.
- [flink] branch release-1.9 updated (f057286 -> 2a9e185) - posted by se...@apache.org on 2019/07/31 08:28:49 UTC, 0 replies.
- [flink] branch master updated (8bdcb00 -> 04966bb) - posted by kk...@apache.org on 2019/07/31 08:42:54 UTC, 0 replies.
- [flink] 01/07: [hotfix][tests] TimestampITCase: use explicit CheckpointFailureReason to ignore exception - posted by kk...@apache.org on 2019/07/31 08:42:55 UTC, 1 replies.
- [flink] 02/07: [FLINK-12858][checkpointing] Fail whole job when in-flight sync savepoint is discarded by a task - posted by kk...@apache.org on 2019/07/31 08:42:56 UTC, 1 replies.
- [flink] 03/07: [FLINK-12858] Change the CHECKPOINT_COORDINATOR_SHUTDOWN to be not pre-flight. - posted by kk...@apache.org on 2019/07/31 08:42:57 UTC, 1 replies.
- [flink] 04/07: [hotfix] Rename flag in CheckpointFailureReason to preFlight - posted by kk...@apache.org on 2019/07/31 08:42:58 UTC, 1 replies.
- [flink] 05/07: [FLINK-13440] Report reason when failing job due to checkpoint failure. - posted by kk...@apache.org on 2019/07/31 08:42:59 UTC, 1 replies.
- [flink] 06/07: [FLINK-13440] Move checkpoint failure logic from scheduler to failure manager - posted by kk...@apache.org on 2019/07/31 08:43:00 UTC, 1 replies.
- [flink] 07/07: [FLINK-13440] Add test for FLINK-12858 - posted by kk...@apache.org on 2019/07/31 08:43:01 UTC, 1 replies.
- [flink] branch release-1.9 updated (2a9e185 -> c4872af) - posted by kk...@apache.org on 2019/07/31 08:46:15 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13396] Deprecate the BucketingSink - posted by kk...@apache.org on 2019/07/31 08:55:47 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13396] Deprecate the BucketingSink - posted by kk...@apache.org on 2019/07/31 08:57:27 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13487][tests] Wait until TE has registerd at JM - posted by ch...@apache.org on 2019/07/31 11:43:34 UTC, 0 replies.
- [flink] branch release-1.9 updated: [FLINK-13487][tests] Wait until TE has registerd at JM - posted by ch...@apache.org on 2019/07/31 11:43:59 UTC, 0 replies.
- [flink] branch master updated: [FLINK-10725][build] Initialize JDK 11 profile - posted by ch...@apache.org on 2019/07/31 11:46:24 UTC, 0 replies.
- [flink] branch master updated (773157e -> fa4ee95) - posted by tw...@apache.org on 2019/07/31 11:54:41 UTC, 0 replies.
- [flink] 01/06: [table-api-java] Postpone check for Blink planner in StreamTableEnvironment - posted by tw...@apache.org on 2019/07/31 11:54:42 UTC, 1 replies.
- [flink] 02/06: [FLINK-13273][table-planner-blink] Allow retrieving StreamGraph from Blink executor - posted by tw...@apache.org on 2019/07/31 11:54:43 UTC, 1 replies.
- [flink] 03/06: [hotfix][table-planner-blink] Update Blink's auto-complete hints - posted by tw...@apache.org on 2019/07/31 11:54:44 UTC, 1 replies.
- [flink] 04/06: [hotfix][table-planner-blink] Update Blink's ExpressionReducer classloading to Flink's behavior - posted by tw...@apache.org on 2019/07/31 11:54:45 UTC, 1 replies.
- [flink] 05/06: [FLINK-13273][sql-client] Allow switching planners in SQL Client - posted by tw...@apache.org on 2019/07/31 11:54:46 UTC, 1 replies.
- [flink] 06/06: [hotfix][table] Add missing annotations to factories - posted by tw...@apache.org on 2019/07/31 11:54:47 UTC, 1 replies.
- [flink] branch release-1.9 updated (e5e1c11 -> 48bc4b1) - posted by tw...@apache.org on 2019/07/31 12:17:26 UTC, 0 replies.
- svn commit: r35078 - /release/flink/KEYS - posted by ku...@apache.org on 2019/07/31 14:44:28 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13456][build] Bump lombok to 1.16.22 - posted by ch...@apache.org on 2019/07/31 19:48:33 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13453][build] Bump shade plugin to 3.2.1 - posted by ch...@apache.org on 2019/07/31 19:51:37 UTC, 0 replies.
- [flink] branch master updated: [FLINK-13455][build] Move jdk.tools exclusions out of dependency management - posted by ch...@apache.org on 2019/07/31 19:53:13 UTC, 0 replies.
- [flink-shaded] branch master updated: [FLINK-13455][build] Move jdk.tools exclusions out of dependency management - posted by ch...@apache.org on 2019/07/31 19:53:35 UTC, 0 replies.