ShaiviAgarwal2 opened a new pull request, #39586:
URL: https://github.com/apache/arrow/pull/39586
### Rationale for this change
We introduced a shared superclass, DateTypeTest, to tackle code duplication
issues for Date32Type and Date64Type. This aims to make our code more reusable
and easier to maintain.
### What changes are included in this PR?
* Introduction of the shared superclass DateTypeTest for DateType-related
tests.
* Modification of individual test classes (tDate32Type and tDate64Type) to
inherit from DateTypeTest.
* Updates method names, comments, and code structure to improve clarity.
### Are these changes tested?
Yes
* The new shared superclass successfully reduces code duplication.
### Are there any user-facing changes?
No
--
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]