This is an automated email from the ASF dual-hosted git repository.
chenyz pushed a change to branch udsf
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c215e63e0be fix it
add 007a2d8ea3d spotless
add f55f48d8ebe fix builtin
add 87dc7ea8588 fix it
add fa3c683063c fix it
add bc0873d35bf fix it
add 656dc4c48bf fix it
add dbe07cac31f fix review
add f30dda46d8f split drop function plan
add 54b24c23c80 fix clear throw NPE
new fbe6fde95d6 Merge branch 'table_udsf' into udsf
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../confignode/it/IoTDBConfigNodeSnapshotIT.java | 8 ++-
.../org/apache/iotdb/db/it/IoTDBRestServiceIT.java | 8 +--
.../it/IoTDBSyntaxConventionStringLiteralIT.java | 2 +-
.../iotdb/db/it/udaf/IoTDBUDAFManagementIT.java | 12 ++--
.../iotdb/db/it/udf/IoTDBUDFManagementIT.java | 17 +++---
.../consensus/request/ConfigPhysicalPlan.java | 10 +++-
.../consensus/request/ConfigPhysicalPlanType.java | 3 +-
...onPlan.java => DropTableModelFunctionPlan.java} | 25 +++-----
...ionPlan.java => DropTreeModelFunctionPlan.java} | 25 +++-----
.../iotdb/confignode/manager/UDFManager.java | 18 ++++--
.../iotdb/confignode/persistence/UDFInfo.java | 14 ++---
.../persistence/executor/ConfigPlanExecutor.java | 12 +++-
.../request/ConfigPhysicalPlanSerDeTest.java | 19 ++++--
.../config/executor/ClusterConfigTaskExecutor.java | 17 ++++++
.../java/org/apache/iotdb/db/service/DataNode.java | 6 +-
.../apache/iotdb/commons/udf/UDFInformation.java | 16 ++++--
.../org/apache/iotdb/commons/udf/UDFTable.java | 67 +++++++++++-----------
.../java/org/apache/iotdb/commons/udf/UDFType.java | 18 +++---
.../commons/udf/service/UDFManagementService.java | 42 +++++++++-----
19 files changed, 199 insertions(+), 140 deletions(-)
copy
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/function/{DropFunctionPlan.java
=> DropTableModelFunctionPlan.java} (73%)
rename
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/function/{DropFunctionPlan.java
=> DropTreeModelFunctionPlan.java} (73%)