JackieTien97 opened a new pull request, #17726:
URL: https://github.com/apache/iotdb/pull/17726

   This pull request improves the error messages thrown for invalid (negative) 
parameter values in the `PatternMatchTableFunction` by formatting them with the 
actual invalid value, making the messages clearer and more informative.
   
   Error handling improvements:
   
   * Updated all error messages for negative parameter values (`smooth`, 
`threshold`, `width`, `height`) to use `String.format` for including the actual 
invalid value in the exception message instead of simple string concatenation. 
(`iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/queryengine/plan/relational/function/tvf/PatternMatchTableFunction.java`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to