spark-instrumented-optimizer/python/pyspark/pandas/indexes
Takuya UESHIN ff1fc5ed4b [SPARK-34972][PYTHON][TEST][FOLLOWUP] Fix pyspark.pandas doctests which could be flaky
### What changes were proposed in this pull request?

This is a follow-up of #32069.

Makes some doctests which could be flaky skip.

### Why are the changes needed?

Some doctests in `pyspark.pandas` module enabled at #32069 could be flaky because the result row order is nondeterministic.

- groupby-apply with UDF which has a return type annotation will lose its index.
- `Index.symmetric_difference` uses `DataFrame.intersect` and `subtract` internally.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Existing tests.

Closes #32116 from ueshin/issues/SPARK-34972/fix_flaky_tests.

Authored-by: Takuya UESHIN <ueshin@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
2021-04-11 10:42:00 +09:00
..
__init__.py
base.py [SPARK-34972][PYTHON][TEST][FOLLOWUP] Fix pyspark.pandas doctests which could be flaky 2021-04-11 10:42:00 +09:00
category.py [SPARK-34972][PYTHON] Make pandas-on-Spark doctests work 2021-04-07 20:50:41 +09:00
datetimes.py [SPARK-34972][PYTHON] Make pandas-on-Spark doctests work 2021-04-07 20:50:41 +09:00
multi.py [SPARK-34972][PYTHON] Make pandas-on-Spark doctests work 2021-04-07 20:50:41 +09:00
numeric.py [SPARK-34972][PYTHON] Make pandas-on-Spark doctests work 2021-04-07 20:50:41 +09:00