Hyukjin Kwon created SPARK-32301: ------------------------------------ Summary: Add a test case for toPandas to work with empty partitioned Spark DataFrame Key: SPARK-32301 URL: https://issues.apache.org/jira/browse/SPARK-32301 Project: Spark Issue Type: Test Components: PySpark Affects Versions: 3.0.0 Reporter: Hyukjin Kwon
{code} spark.sparkContext.emptyRDD().toDF("col1 int").toPandas() {code} empty partitioned DataFrame is not being tested with {{toPandas}}. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org