Skip to content

Commit

Permalink
Removing deprecated types apache#6
Browse files Browse the repository at this point in the history
  • Loading branch information
aimtsou authored Mar 1, 2023
1 parent f825b79 commit 7823131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/pandas/tests/test_typedef.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_as_spark_type_pandas_on_spark_dtype(self):
np.unicode_: (np.unicode_, StringType()),
str: (np.unicode_, StringType()),
# bool
bool: (np.bool, BooleanType()),
bool: (np.bool_, BooleanType()),
# datetime
np.datetime64: (np.datetime64, TimestampType()),
datetime.datetime: (np.dtype("datetime64[ns]"), TimestampType()),
Expand Down

0 comments on commit 7823131

Please sign in to comment.