Repository: flink Updated Branches: refs/heads/master 84d0677f9 -> 423b96960
[FLINK-7992][docs] extend the PR template asking for any S3 relation This closes #4952. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/423b9696 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/423b9696 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/423b9696 Branch: refs/heads/master Commit: 423b969604a94128007654a7edeb947ac9b646a8 Parents: 84d0677 Author: Nico Kruber <[email protected]> Authored: Mon Nov 6 12:04:35 2017 +0100 Committer: zentol <[email protected]> Committed: Mon Nov 6 13:14:46 2017 +0100 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/423b9696/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f28b5ed..62da82a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -63,9 +63,9 @@ This change added tests and can be verified as follows: - The serializers: (yes / no / don't know) - The runtime per-record code paths (performance sensitive): (yes / no / don't know) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / no / don't know) + - The S3 file system connector: (yes / no / don't know) ## Documentation - Does this pull request introduce a new feature? (yes / no) - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) -
