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 1f151ba1cf SELECT INTO: implement explain & ignore ORDER BY (#7794)
     add 9cc5e9ee98 [IOTDB-4763]Implement snapshot of UDFInfo (#7760)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 .../iotdb/confignode/persistence/TriggerInfo.java  |   5 +-
 .../iotdb/confignode/persistence/UDFInfo.java      |  79 +++++++++++++++++++-
 .../iotdb/confignode/persistence/UDFInfoTest.java  |  82 +++++++++++++++++++++
 integration-test/import-control.xml                |   1 +
 .../confignode/it/IoTDBConfigNodeSnapshotIT.java   |  63 +++++++++++++++-
 .../src/test/resources/udf-example.jar             | Bin 0 -> 10018 bytes
 .../apache/iotdb/commons/trigger/TriggerTable.java |   2 +
 .../apache/iotdb/commons/udf/UDFInformation.java   |  24 ++++++
 .../org/apache/iotdb/commons/udf/UDFTable.java     |  37 ++++++++++
 10 files changed, 285 insertions(+), 9 deletions(-)
 create mode 100644 
confignode/src/test/java/org/apache/iotdb/confignode/persistence/UDFInfoTest.java
 create mode 100644 integration-test/src/test/resources/udf-example.jar

Reply via email to