Steve Yurong Su created IOTDB-1090:
--------------------------------------
Summary: Unable to register UDF after a UDF with the same class is
dropped
Key: IOTDB-1090
URL: https://issues.apache.org/jira/browse/IOTDB-1090
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Reporter: Steve Yurong Su
How to reproduce:
# CREATE FUNCTION example as "org.apache.iotdb.udf.UDTFExample"
# DROP FUNCTION example
# modify your code in UDTFExample
# repackage the UDF and upload it
# CREATE FUNCTION example as "org.apache.iotdb.udf.UDTFExample"
The behavior of the newly registered UDF will not be any different from the old
UDF.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)