GitHub user 501256092 opened a pull request: https://github.com/apache/flink/pull/3315
Release 1.2.0 rc3 Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the [How To Contribute guide](http://flink.apache.org/how-to-contribute.html). In addition to going through the list, please provide a meaningful description of your changes. - [ ] General - The pull request references the related JIRA issue ("[FLINK-XXX] Jira title text") - The pull request addresses only one issue - Each commit in the PR has a meaningful commit message (including the JIRA id) - [ ] Documentation - Documentation has been added for new functionality - Old documentation affected by the pull request has been updated - JavaDoc for public methods has been added - [ ] Tests & Build - Functionality added by the pull request is covered by tests - `mvn clean verify` has been executed successfully locally or a Travis build has passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/flink release-1.2.0-rc3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3315.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3315 ---- commit 7d1b9f0bb2dea719dc438cb8649f200cc6235980 Author: Robert Metzger <rmetz...@apache.org> Date: 2017-01-03T09:05:54Z [FLINK-4861][hotfix] Fix change-scala-version script for opt assembly commit a6a59999b21ef8c7fdd7d073296208f47d47ca6a Author: Sachin <sachingoel0...@gmail.com> Date: 2017-01-03T10:28:11Z [FLINK-5382][web-frontend] Fix problems with downloading TM logs on Yarn commit 335175e6eefc260cf1600544639594d85836f7d8 Author: Ivan Mushketyk <ivan.mushke...@gmail.com> Date: 2016-12-16T07:56:46Z [FLINK-5349] [docs] Fix typos in Twitter connector example This closes #3015. commit bb46fffe310f9cd6f667293df14d98e90011d591 Author: Abhishek R. Singh <abhis...@tetrationanalytics.com> Date: 2016-12-14T14:05:11Z [FLINK-5323] [docs] Replace CheckpointNotifier with CheckpointListener THis closes #3006. commit 24109cb2692f1f0dd2b9f8c9c8dcc02e55148bab Author: zentol <ches...@apache.org> Date: 2016-11-25T12:27:43Z [FLINK-4870] Fix path handling in ContinuousFileMonitoringFunction This closes #2887. commit b50bbcc8853c1c2ebcdba9c74a70bfdfbe6557ab Author: Boris Osipov <boris_osi...@epam.com> Date: 2016-12-16T07:30:33Z [FLINK-4255] Unstable test WebRuntimeMonitorITCase.testNoEscape This closes #3019. commit 9c0c19aae5b78de71c91a735a76cd9196dc8482c Author: zentol <ches...@apache.org> Date: 2016-11-25T11:51:38Z [FLINK-5160] Fix SecurityContextTest#testCreateInsecureHadoopContext on Windows This closes #2888. commit 91f9a1acaa899159a0d907528634bd246e6854b4 Author: Stephan Ewen <se...@apache.org> Date: 2017-01-04T23:18:13Z [FLINK-5408] [RocksDB backend] Uniquify RocksDB JNI library path to avoid multiple classloader problem commit fb48c3b4cbc5a186cb7b812c8d05833c5852b385 Author: Stephan Ewen <se...@apache.org> Date: 2017-01-05T13:44:00Z [FLINK-4890] [core] Make GlobFilePathFilter work on Windows commit 3554c96d118a411906a22b1f1087de073617a4c7 Author: Stefan Richter <s.rich...@data-artisans.com> Date: 2016-12-28T11:50:00Z [FLINK-5397] [runtime] Do not replace ObjectStreamClass on deserialization of migration package classes, override resolveClass(...) instead This closes #3050 commit 700cbd464345e9c180cfef58a4082b2e39d27160 Author: Stephan Ewen <se...@apache.org> Date: 2017-01-05T16:30:37Z [hotfix] Set default test logger back to 'OFF' in 'flink-tests' commit 65a32e74175c026f04ab058ee2ace8c9e7012d76 Author: zentol <ches...@apache.org> Date: 2017-01-05T14:39:25Z [FLINK-5160] SecurityUtils use OperatingSystem.getCurrentOperatingSystem() commit aaf9612791284633727a0951d0d45292ef5e233c Author: zentol <ches...@apache.org> Date: 2017-01-05T15:18:38Z [FLINK-5412] Enable RocksDB tests on Windows OS commit 9d99f2bd4a29b748905e55a774ff04f933b6b00f Author: Alexey Diomin <diomi...@gmail.com> Date: 2016-07-04T15:13:11Z [FLINK-4148] Fix min distance calculation in QuadTree commit b93f80afc7c50c7fefc850b620bb571523343595 Author: Sachin Goel <sachingoel0...@gmail.com> Date: 2017-01-05T18:00:26Z [FLINK-5119][web-frontend] Fix problems in displaying TM heartbeat and path. commit 7251a4ca9539200ba4c894c116800fdc7cecca9f Author: Sachin Goel <sachingoel0...@gmail.com> Date: 2017-01-05T16:55:58Z [FLINK-5381][web-frontend] Fix scrolling issues commit 7ff59fe7bfde0f537db0cefe0f94225c8a8d807b Author: zentol <ches...@apache.org> Date: 2017-01-02T14:29:56Z [hotfix] RAT - Exclude test snapshots commit 2aaa093461fbe8f4b1c4bb8da4be593c3ac7c2c0 Author: Shannon Carey <rehevk...@gmail.com> Date: 2017-01-04T19:20:12Z [docs] Clarify restart strategy defaults set by checkpointing - Added info about checkpointing changing the default restart strategy in places where it was missing: the config page and the section about the fixed-delay strategy - Replaced no-restart with "no restart" so people don't think we're referring to a config value - Replaced invalid <it> html tag with <code> - Fixed bad link to restart strategies page from state.md commit 8c21fa748de0959c4c1e08078fac3b64115dd5bb Author: Ufuk Celebi <u...@apache.org> Date: 2017-01-09T13:35:24Z [docs] Add TOC to restart strategies page This closes #3059. commit 7348424d9a6ddb578d8d15216997711f90667563 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2017-01-09T15:01:23Z [FLINK-4651] Ensure processing-time timers are set on restore This test ensures that we set a low-level processing time timer in case we have processing-time timers set. commit 6ea77ed5ad1d0b79ebcf4df40c4ef993ba2063fc Author: Ufuk Celebi <u...@apache.org> Date: 2016-12-23T19:31:29Z [FLINK-4410] [runtime, runtime-web] Remove old checkpoint stats tracker code commit 0d1f4bcbb37c5aa18f7bfcb886d3914b2f680bf0 Author: Ufuk Celebi <u...@apache.org> Date: 2016-12-23T19:37:08Z [FLINK-4410] [runtime] Rework checkpoint stats tracking commit 1fd2d2e10b482b1d4a342939f192d529769ad5c5 Author: Ufuk Celebi <u...@apache.org> Date: 2016-12-23T19:44:12Z [FLINK-4410] [runtime-web] Add detailed checkpoint stats handlers commit 3f2e9961ad90da7c0204bf29e4db5ed04a51416d Author: Ufuk Celebi <u...@apache.org> Date: 2016-12-23T19:44:59Z [FLINK-4410] [runtime-web] Add new layout for checkpoint stats commit 88c7de4975683c1ba26890747a5a33d9522a996a Author: Ufuk Celebi <u...@apache.org> Date: 2016-12-23T19:47:02Z [FLINK-4410] [runtime-web] Rebuild JS/HTML files commit be3784f55d1153ca63df8b30ef40150dd1c8218a Author: twalthr <twal...@apache.org> Date: 2017-01-05T13:14:52Z [FLINK-5357] [table] Fix dropped projections This closes #3063. commit a504abe4656e104e6b63db001542f3180e191740 Author: Ivan Mushketyk <ivan.mushke...@gmail.com> Date: 2016-12-22T21:26:34Z [FLINK-5280] [table] Refactor TableSource interface. This closes #3039. commit 386bdd299d3df60562d86e36517410fe44a06291 Author: Jark Wu <wuchong...@alibaba-inc.com> Date: 2016-12-16T09:24:01Z [FLINK-5348] [core] Add support for custom field names to RowTypeInfo. This closes #3020 commit 6aa38ee22cdee9e2ab2ad819dc9d2a91a4b315fe Author: twalthr <twal...@apache.org> Date: 2017-01-06T12:59:38Z [FLINK-5418] [table] Estimated row size does not support nested types This closes #3073. commit 8d3ad451564ce2f0a53734695e245d85ede62ae8 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2016-11-24T07:14:48Z [FLINK-5237] Consolidate and harmonize Window Translation Tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---