[
https://issues.apache.org/jira/browse/FLINK-6788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047846#comment-16047846
]
ASF GitHub Bot commented on FLINK-6788:
---------------------------------------
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/4106
You still have to re-create the commit so the settings are applied to it.
I would do it like this:
```
git reset HEAD^
git add *
git commit
```
> Remove unused GenericFlatTypePostPass/AbstractSchema class
> ----------------------------------------------------------
>
> Key: FLINK-6788
> URL: https://issues.apache.org/jira/browse/FLINK-6788
> Project: Flink
> Issue Type: Improvement
> Components: Optimizer
> Affects Versions: 1.4.0
> Reporter: Chesnay Schepler
> Assignee: Miao Wang
> Priority: Trivial
>
> The {{AbstractSchema}} and {{GenericFlatTypePostPass}} classes in
> {{org.apache.flink.optimizer.postpass}} are unused and could maybe be removed.
> [~fhueske] your thoughts?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)