Description
Tests for data-type-based operations of decimal Series are in two places:
- python/pyspark/pandas/tests/data_type_ops/test_decimal_ops.py
- python/pyspark/pandas/tests/data_type_ops/test_num_ops.py
We'd better either merge test_decimal_ops into test_num_ops or keep all tests related to decimal Series to test_decimal_ops.
Attachments
Issue Links
- links to