[jira] [Updated] (SPARK-41855) `createDataFrame` doesn't handle None/NaN properly

2023-01-02 Thread Ruifeng Zheng (Jira)
[ https://issues.apache.org/jira/browse/SPARK-41855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruifeng Zheng updated SPARK-41855: -- Description: {code:python} data = [Row(id=1, value=float("NaN")), Row(id=2,

[jira] [Updated] (SPARK-41855) `createDataFrame` doesn't handle None/NaN properly

2023-01-02 Thread Ruifeng Zheng (Jira)
[ https://issues.apache.org/jira/browse/SPARK-41855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruifeng Zheng updated SPARK-41855: -- Description: {code:python} data = [Row(id=1, value=float("NaN")), Row(id=2,

[jira] [Updated] (SPARK-41855) `createDataFrame` doesn't handle None/NaN properly

2023-01-02 Thread Ruifeng Zheng (Jira)
[ https://issues.apache.org/jira/browse/SPARK-41855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruifeng Zheng updated SPARK-41855: -- Summary: `createDataFrame` doesn't handle None/NaN properly (was: `createDataFrame` doesn't