FearfulTomcat27 opened a new pull request, #561: URL: https://github.com/apache/tsfile/pull/561
This pull request refactors the `UnknownType` class in the `java/tsfile` module to improve code structure and maintainability. The primary change involves modifying the inheritance hierarchy of the `UnknownType` class. ### Code structure improvements: * [`java/tsfile/src/main/java/org/apache/tsfile/read/common/type/UnknownType.java`](diffhunk://#diff-f62ae8c30afb936a6cd19cb1d1610ddad61d1ab7da62fbfc35ffef6fb31abd86L22-R30): Changed the `UnknownType` class to extend `AbstractType` instead of directly implementing the `Type` interface, aligning it with other type implementations in the codebase. -- 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: notifications-unsubscr...@tsfile.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org