FearfulTomcat27 opened a new pull request, #13737: URL: https://github.com/apache/iotdb/pull/13737
This pull request includes changes to the `DateBinFunctionColumnTransformer` class to improve its design and functionality. The most important change is the modification of several static fields to instance fields, which enhances the flexibility and thread-safety of the class. Design and functionality improvements: * [`iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/transformation/dag/column/unary/scalar/DateBinFunctionColumnTransformer.java`](diffhunk://#diff-6305624a6309fe575824478b8010ec68c38ebb22f777661699ef252c89f378b0L37-R40): Changed `monthDuration`, `nonMonthDuration`, `origin`, and `zoneId` from static fields to instance fields. -- 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]
