Github user uce commented on the pull request:
https://github.com/apache/incubator-flink/pull/47#issuecomment-47929777
This is almost good to merge. Just a last note regarding the name of the
read method `readPrimitiveSequence(String filePath, char delimiter, Class<X>
typeClass)`.
I think this should definitely have a `*File` suffix like the other file
based read methods
The question is now whether we should have
1. `readIntegerFile`, `readDoubleFile`, which blows up the
ExecutionEnvironment code -or-
2. stick to something like `readPrimitiveFile`?
I vote for 1.
I will merge it after some further feedback regarding the name.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---