This is an automated email from the ASF dual-hosted git repository. lancelly pushed a commit to branch max_by in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit be06bdad3baafa9dcf14e00fd3750e7011eb48b1 Author: lancelly <[email protected]> AuthorDate: Fri Jan 19 13:31:46 2024 +0800 spotless --- .../apache/iotdb/itbase/constant/BuiltinAggregationFunctionEnum.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-test/src/main/java/org/apache/iotdb/itbase/constant/BuiltinAggregationFunctionEnum.java b/integration-test/src/main/java/org/apache/iotdb/itbase/constant/BuiltinAggregationFunctionEnum.java index b1524341812..bf41380cfe4 100644 --- a/integration-test/src/main/java/org/apache/iotdb/itbase/constant/BuiltinAggregationFunctionEnum.java +++ b/integration-test/src/main/java/org/apache/iotdb/itbase/constant/BuiltinAggregationFunctionEnum.java @@ -41,8 +41,7 @@ public enum BuiltinAggregationFunctionEnum { COUNT("count"), AVG("avg"), SUM("sum"), - MAX_BY("max_by") - ; + MAX_BY("max_by"); private final String functionName;
