Skip to content

Commit

Permalink
Rename grouped map and agg pandas udf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Feb 6, 2018
1 parent 52498c0 commit 442e2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4243,7 +4243,7 @@ def test_register_vectorized_udf_basic(self):


@unittest.skipIf(not _have_pandas or not _have_arrow, "Pandas or Arrow not installed")
class GroupbyApplyPandasUDFTests(ReusedSQLTestCase):
class GroupedMapPandasUDFTests(ReusedSQLTestCase):

@property
def data(self):
Expand Down Expand Up @@ -4412,7 +4412,7 @@ def test_unsupported_types(self):


@unittest.skipIf(not _have_pandas or not _have_arrow, "Pandas or Arrow not installed")
class GroupbyAggPandasUDFTests(ReusedSQLTestCase):
class GroupedAggPandasUDFTests(ReusedSQLTestCase):

@property
def data(self):
Expand Down

0 comments on commit 442e2a1

Please sign in to comment.