Yikun opened a new pull request #33206:
URL: https://github.com/apache/spark/pull/33206


   ### What changes were proposed in this pull request?
   Merge test_decimal_ops into test_num_ops
   
   - merge test_isnull() into test_num_ops.test_isnull()
   - remove test_datatype_ops(), which already covered in 
https://github.com/apache/spark/blob/11fcbc73cbcbb1bdf5ba5d90eba0aba1edebb15d/python/pyspark/pandas/tests/data_type_ops/test_base.py#L58-L59
   
   ### Why are the changes needed?
   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 merge test_decimal_ops into test_num_ops.
   
   See also [SPARK-36002](https://issues.apache.org/jira/browse/SPARK-36002) .
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   unittests passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to