miantalha45 opened a new pull request, #17192:
URL: https://github.com/apache/iotdb/pull/17192
## What's changed
Adds the missing separator after `IOTDB_ERROR_PREFIX` ("Error") in three
CLI error messages so they display as "Error: ..." instead of "Error...".
## Changes
- **ArgsErrorException** (init): `Error` + `: Input params error because
` + message
- **Exception** (init): `Error` + `: Exit cli with error ` + message
- **SQLException** (executeSql): `Error` + `: Can't execute sql because `
+ message
Fixes #17191
--
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]