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


   ### What changes were proposed in this pull request?
   - Rename TestCasesUtils to OpsTestCase
   - Make OpsTestCase inherited from 
`ComparisonTestBase`(`PandasOnSparkTestCase` with `pdf` and `psdf`)
   - Make `*OpsTest` inherited from `OpsTestCase`
   
   
   ### Why are the changes needed?
   All data type ops related tests case are using `PandasOnSparkTestCase, 
TestCasesUtils` as basic classes, we'd better just let `TestCasesUtils` 
inherited from `PandasOnSparkTestCase` instead of multiple inheritance.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   UT


-- 
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