yschengzi opened a new pull request, #10250:
URL: https://github.com/apache/iotdb/pull/10250
This PR contains:
- When determining whether a tsfile should be loaded locally without
splitting, you should also check that all the data in this tsfile is in the
same dataregion and the same time division, without previously checking the
latter
这个 PR 包含:
- 在确定 tsfile 是否应该不经过拆分直接加载到本地时,应该同时检查这个 tsfile 中的所有数据是否都在同一个 dataregion
和同一个时间分区内,而之前没有检查后者
如果未检查后者将导致如下错误

--
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]