Open Cpaulyz opened 4 days ago
Attention: Patch coverage is 2.29358%
with 213 lines
in your changes missing coverage. Please review.
Project coverage is 39.59%. Comparing base (
b34b714
) to head (30be7e5
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What a spectacular work 🦾! Fabulous design and implementation, LGTM! ⚡️⚡️🔥
Failed conditions
B Reliability Rating on New Code (required ≥ A)
See analysis details on SonarQube Cloud
Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE
Description
https://timechor.feishu.cn/docx/GXnNdt3XIok3CQxBvwWcZxrnntd
This pull request introduces several new user-defined functions (UDFs) and corresponding integration tests for the IoTDB project. The changes include the addition of new scalar functions, updates to existing classes, and the creation of new test cases to ensure the functionality and robustness of the UDF management system.
New Scalar Functions:
ScalarFunctionExample
: Implements a scalar function that checks if any input value is null and returns a boolean result.Integration Tests:
IoTDBSQLFunctionManagementIT
: Adds multiple test cases to verify the creation, display, and deletion of scalar functions, including handling of invalid function names and URIs.