You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/10/26 01:04:20 UTC

[iotdb] branch master updated (6f27466c9a -> 82253fa242)

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 6f27466c9a Use 1c1d docker to run go client IT (#7718)
     add 82253fa242 [IOTDB-4734] Modify create function grammar and process (#7719)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4   |   2 +-
 .../client/async/AsyncDataNodeClientPool.java      |   8 +-
 .../iotdb/confignode/manager/UDFManager.java       |  16 +--
 .../thrift/ConfigNodeRPCServiceProcessor.java      |   4 +-
 .../org/apache/iotdb/db/it/IoTDBNestedQueryIT.java |   8 +-
 .../db/it/IoTDBSyntaxConventionIdentifierIT.java   |   3 +
 .../it/IoTDBSyntaxConventionStringLiteralIT.java   |   5 +
 .../iotdb/db/it/udf/IoTDBUDFManagementIT.java      |   3 +
 .../db/it/udf/IoTDBUDFOtherWindowQueryIT.java      |   3 +
 .../iotdb/db/it/udf/IoTDBUDFWindowQueryIT.java     |   2 +
 .../db/it/udf/IoTDBUDTFAlignByTimeQueryIT.java     |   3 +
 .../db/it/udf/IoTDBUDTFBuiltinFunctionIT.java      |   3 +
 .../iotdb/db/it/udf/IoTDBUDTFHybridQueryIT.java    |   2 +
 .../iotdb/db/it/udf/IoTDBUDTFNonAlignQueryIT.java  |   2 +
 node-commons/pom.xml                               |   5 +
 .../apache/iotdb/commons/udf/UDFInformation.java   |  83 +++++++++++---
 .../org/apache/iotdb/commons/udf/UDFTable.java     |  20 ++++
 .../commons/udf/service/UDFManagementService.java  | 122 +++++++++++++++++----
 .../config/executor/ClusterConfigTaskExecutor.java |  88 ++++++++++++++-
 .../config/executor/IConfigTaskExecutor.java       |   6 +-
 .../executor/StandaloneConfigTaskExecutor.java     |   9 +-
 .../config/metadata/CreateFunctionTask.java        |  15 +--
 .../config/metadata/ShowFunctionsTask.java         |   8 +-
 .../iotdb/db/mpp/plan/parser/ASTVisitor.java       |  49 ++++-----
 .../metadata/CreateFunctionStatement.java          |  21 +++-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  16 ++-
 .../java/org/apache/iotdb/db/service/DataNode.java |   2 +-
 .../impl/DataNodeInternalRPCServiceImpl.java       |  24 ++--
 .../trigger/service/TriggerManagementService.java  |  18 ++-
 .../iotdb/db/qp/physical/PhysicalPlanTest.java     |   2 +
 .../query/dataset/UDTFAlignByTimeDataSetTest.java  |   2 +
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   5 +
 .../src/main/thrift/confignode.thrift              |   4 +-
 thrift/src/main/thrift/datanode.thrift             |  13 +--
 34 files changed, 418 insertions(+), 158 deletions(-)