Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1268#discussion_r42422062
--- Diff: docs/apis/programming_guide.md ---
@@ -1721,7 +1721,8 @@ File-based:
Returns a DataSet of tuples or POJOs. Supports the basic java types and
their Value counterparts as field
types.
-- `readFileOfPrimitives(path, Class)` / `PrimitiveInputFormat` - Parses
files of new-line (or another char sequence) delimited primitive data types
such as `String` or `Integer`.
+- `readFileOfPrimitives(path, Class)` / `PrimitiveInputFormat` - Parses
files of new-line (or another char sequence)
--- End diff --
Can you add the delimiter parameter to the Java version as well to have
both APIs in sync?
---
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.
---