[
https://issues.apache.org/jira/browse/FLINK-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964001#comment-14964001
]
ASF GitHub Bot commented on FLINK-2872:
---------------------------------------
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?
> Update the documentation for Scala part to add readFileOfPrimitives
> -------------------------------------------------------------------
>
> Key: FLINK-2872
> URL: https://issues.apache.org/jira/browse/FLINK-2872
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Henry Saputra
> Assignee: Henry Saputra
> Priority: Minor
>
> Currently the Scala part of the ExecutionEnvironment missing
> readFileOfPrimitives to create Dataset from file for primitive types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)