[
https://issues.apache.org/jira/browse/FLINK-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153399#comment-15153399
]
ASF GitHub Bot commented on FLINK-3169:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/1667#issuecomment-185985675
Hmm, I think we should change a few more things:
- Quite a few distribution classes can probably go. The new range
partitioner uses a different interface (@fhueske should be able to confirm
this).
- The `NormalizableKey` interface should not be purely applicable to
value types, if possible it should extend only `Comparable`.
> Drop {{Key}} type from Record Data Model
> ----------------------------------------
>
> Key: FLINK-3169
> URL: https://issues.apache.org/jira/browse/FLINK-3169
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 0.10.1
> Reporter: Stephan Ewen
> Assignee: Chesnay Schepler
> Fix For: 1.0.0
>
>
> The {{Key}} type is currently still used by
> - The RecordComparator: This can be moved to the test scope of
> {{flink-runtime}}
> - The range partitioner distributions. They are outdated anyways and not
> used any more.
> - All value types can be moved to {{NormalizableKey}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)