[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-12-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-27931: - Parent Issue: SPARK-30375 (was: SPARK-27764) > Accept 'on' and 'off' as input for

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-07-23 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains three things: 1. Accept 'on' and 'off' as input for boolean

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-06 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains three things: 1. Accept 'on' and 'off' as input for boolean

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-06 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains three things: 1. Accept 'on' and 'off' as input for boolean

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-05 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains two things: 1. Accept 'on' and 'off' as input for boolean data

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-03 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains two things: 1. Example: {code:sql} SELECT cast('no' as

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-03 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: This ticket contains two things: 1. Accept 'on' and 'off' as input for boolean data

[jira] [Updated] (SPARK-27931) Accept 'on' and 'off' as input for boolean data type

2019-06-03 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-27931: Description: Example: {code:sql} SELECT cast('no' as boolean) AS false; SELECT cast('off' as