jt2594838 opened a new pull request, #18209: URL: https://github.com/apache/iotdb/pull/18209
## Description When an insert contains a `null` value for a non-existing timeseries, schema auto-creation skips that timeseries because its data type cannot be inferred. The subsequent error previously only reported that the path did not exist. This PR: - adds dedicated English and Chinese error messages explaining both that the timeseries does not exist and that its data type cannot be inferred from the `null` value; - uses the dedicated error for missing measurements whose inferred data type is `null`, while preserving the existing error for other missing paths; - updates `IoTDBInsertMultiRowIT#testInsertAlignedSeriesAutoCreate` to verify the JDBC error message. ## Tests - `mvn test-compile -DskipTests` - `mvn test-compile -P with-zh-locale -DskipTests` - `IoTDBInsertMultiRowIT#testInsertAlignedSeriesAutoCreate`: 1 test run, 0 failures, 0 errors <hr> This PR has: - [x] been self-reviewed. - [x] added integration tests. - [x] been tested in a test IoTDB cluster. <hr> ##### Key changed/added classes (or packages if there are too many classes) in this PR - `PathNotExistException` - `InsertBaseStatement` - `InsertRowStatement` - `DataNodeSchemaMessages` - `IoTDBInsertMultiRowIT` -- 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]
