Unsubscriber

2021-04-24 Thread Ye YuQiang
Unsubscriber

Correctness Issue for UDT Support in PySpark

2021-04-24 Thread Darcy Shen
There is a correctness in the following code snippet. (https://issues.apache.org/jira/browse/SPARK-35211) ``` spark.conf.set("spark.sql.execution.arrow.pyspark.enabled", "false") from pyspark.testing.sqlutils import ExamplePoint import pandas as pd pdf = pd.DataFrame({'point': pd.Series([Exam