[
https://issues.apache.org/jira/browse/FLINK-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121089#comment-15121089
]
ASF GitHub Bot commented on FLINK-2428:
---------------------------------------
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1554#issuecomment-176079663
To squash commits, you have to call "git rebase -i HEAD~10" (its called
interactive rebase). Then, put "fixup" or "squash" instead of "pick" to the
commits you want to squash.
Your branch contains a lot of merge commits. I would first rebase to origin
(assuming its the flink repo) and then do the interactive rebase.
> Clean up unused properties in StreamConfig
> ------------------------------------------
>
> Key: FLINK-2428
> URL: https://issues.apache.org/jira/browse/FLINK-2428
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Priority: Minor
>
> There is a multitude of unused properties in the {{StreamConfig}}, which
> should be removed, if no longer relevant.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)