[
https://issues.apache.org/jira/browse/FLINK-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14146046#comment-14146046
]
Sebastian Kruse commented on FLINK-1117:
----------------------------------------
I actually still use the records. To me they seem very useful when you have to
process "tuples" but do not know the arity of that tuples at coding time. I
encounter this when profiling arbitrary CSV files.
Tuples have not been an alternative so far, as they only take 25 fields max.
and moreover (but I am not completely sure) there have been issues when using
the abstract {{Tuple}} class as {{DataSet}} type parameter.
> Clean up Avro Project
> ---------------------
>
> Key: FLINK-1117
> URL: https://issues.apache.org/jira/browse/FLINK-1117
> Project: Flink
> Issue Type: Bug
> Affects Versions: 0.7-incubating
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
>
> I vote to throw out Avro support for the deprecated Record API and remove
> unnecessary classes like the AvroBaseValue
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)