jt2594838 opened a new pull request, #14912: URL: https://github.com/apache/iotdb/pull/14912
The rows of an insert SQL share the same measurement array. If one row fails to pass the schema validation, the associated measurements will be marked as null. Since the measurement array is shared, other rows will also be affected. This PR fixes this issue by creating a measurement array copy for each row. -- 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]
