File tree Expand file tree Collapse file tree
iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/persistence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222import org .apache .iotdb .common .rpc .thrift .FunctionType ;
2323import org .apache .iotdb .common .rpc .thrift .Model ;
24- import org .apache .iotdb .commons .exception .IoTDBRuntimeException ;
2524import org .apache .iotdb .commons .exception .IllegalPathException ;
25+ import org .apache .iotdb .commons .exception .IoTDBRuntimeException ;
2626import org .apache .iotdb .commons .udf .UDFInformation ;
2727import org .apache .iotdb .commons .udf .UDFType ;
2828import org .apache .iotdb .confignode .consensus .request .write .function .CreateFunctionPlan ;
@@ -87,8 +87,7 @@ public void testDropOneSharedJarReferenceKeepsJarMetadata()
8787 Assert .fail ("Expected shared jar conflict after dropping only one referenced UDF." );
8888 } catch (IoTDBRuntimeException e ) {
8989 Assert .assertEquals (
90- org .apache .iotdb .rpc .TSStatusCode .UDF_ALREADY_EXISTS .getStatusCode (),
91- e .getErrorCode ());
90+ org .apache .iotdb .rpc .TSStatusCode .UDF_ALREADY_EXISTS .getStatusCode (), e .getErrorCode ());
9291 }
9392 }
9493
You can’t perform that action at this time.
0 commit comments