[ 
https://issues.apache.org/jira/browse/FLINK-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547811#comment-14547811
 ] 

ASF GitHub Bot commented on FLINK-2025:
---------------------------------------

GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/685

    [FLINK-2025] add support for booleans in csv parser

    The following values are parsed as booleans:
    
    "true" or "1" -> true
    "false" or "0" -> false

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink FLINK-2025-boolean-parser

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/685.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #685
    
----
commit 52150fbb3ed7ecf7ff106e32b4726e2dead5e4f6
Author: Maximilian Michels <m...@apache.org>
Date:   2015-05-18T09:44:23Z

    [FLINK-2025] add support for booleans in csv parser
    
    The following values are parsed as booleans:
    
    "true" or "1" -> true
    "false" or "0" -> false

----


> Support booleans in CSV reader
> ------------------------------
>
>                 Key: FLINK-2025
>                 URL: https://issues.apache.org/jira/browse/FLINK-2025
>             Project: Flink
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Sebastian Schelter
>            Assignee: Maximilian Michels
>
> It would be great if Flink allowed to read booleans from CSV files, e.g. 1 
> for true and 0 for false.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to