This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 9b65c9e Do not release the PinotDataBuffer when closing the index (#5400) add 3453128 Removes redundant DateTimeFormatter cache in DateTimeHandler (#5405) No new revisions were added by this update. Summary of changes: .../core/data/function/DateTimeFunctions.java | 11 ++- .../core/data/function/DateTimePatternHandler.java | 19 +++-- .../data/function/FunctionEvaluatorFactory.java | 10 +-- .../pinot/core/data/function/FunctionRegistry.java | 84 ++++++++++++++++++++++ .../data/function/FunctionRegistryFactory.java | 81 --------------------- .../data/function/InbuiltFunctionEvaluator.java | 6 +- .../data/function/InbuiltFunctionRegistry.java | 55 -------------- .../recordtransformer/ExpressionTransformer.java | 4 +- .../org/apache/pinot/core/util/SchemaUtils.java | 6 +- .../function/DateTimeFunctionEvaluatorTest.java | 7 +- .../function/InbuiltFunctionEvaluatorTest.java | 27 ++++--- pom.xml | 2 +- 12 files changed, 121 insertions(+), 191 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/data/function/FunctionRegistry.java delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/data/function/FunctionRegistryFactory.java delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/data/function/InbuiltFunctionRegistry.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org