[ https://issues.apache.org/jira/browse/FLINK-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14548223#comment-14548223 ]
ASF GitHub Bot commented on FLINK-2025: --------------------------------------- Github user mxm commented on the pull request: https://github.com/apache/flink/pull/685#issuecomment-103116663 Not sure if the users expects our parser to parse like `Boolean.fromString(str)`. Because then, everything except `true` or `True` would be false by default. For example, the user might expect empty Strings to be false and non-empty Strings to be true. Isn't is better to fail explicitly on an unknown Boolean value? > 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)