You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/12/29 04:56:45 UTC

[iotdb] branch master updated (3e24aef -> 8ffc98d)

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

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


    from 3e24aef  [IOTDB-1086] Improve document of Zeppelin installation (#2354)
     add 8ffc98d  [IOTDB-1090] Unable to update UDF (#2361)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/server/ClientServer.java  |   2 +-
 .../Operation Manual/UDF User Defined Function.md  |  15 ++-
 .../Operation Manual/UDF User Defined Function.md  |  17 ++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  31 +++++-
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   2 +
 .../apache/iotdb/db/qp/physical/crud/UDFPlan.java  |  17 ++-
 .../apache/iotdb/db/qp/physical/crud/UDTFPlan.java |  27 ++++-
 .../apache/iotdb/db/query/dataset/UDTFDataSet.java |   4 +-
 .../db/query/udf/core/executor/UDTFExecutor.java   |  12 +-
 .../iotdb/db/query/udf/service/UDFClassLoader.java |  53 ++++++---
 .../query/udf/service/UDFClassLoaderManager.java   | 122 +++++++++++++++++++++
 .../udf/service/UDFRegistrationInformation.java    |  17 ++-
 .../query/udf/service/UDFRegistrationService.java  |  62 ++++++-----
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   2 +
 .../org/apache/iotdb/db/service/ServiceType.java   |   5 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  13 ++-
 16 files changed, 322 insertions(+), 79 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFClassLoaderManager.java