iotdb
iotdb copied to clipboard
Apache IoTDB
This commit mainly completed the following contents: 1. Added new commands to view space resources and allocation status 2. Add IT for throttle quota test case: [https://apache-iotdb.feishu.cn/docx/YU5PdTb4AoESKSxNth9crMs3nBg](https://apache-iotdb.feishu.cn/docx/YU5PdTb4AoESKSxNth9crMs3nBg) show space resource:...
Add two kinds of ExpressionAnalyzeVisitor: - MergeVisitor: 4 subclasses - NoReturnValueVisitor: 2 subclasses Besides, add IdentifyOutputColumnTypeVisitor.
We missed the check of nodeName in Session interfaces when node name contains some special characters like "#".
## Description The parent class of this class is an array, so the hash code of the class can be represented by the hash code of the parent class。
when use last query with limit, the limit is not effective, need add planOffset and planLimit This PR has: - [x] been self-reviewed. - [ ] concurrent read - [...
Before, every fragment instance can enjoy the dop of system even though they belong to the same query. However, if we have 5 data regions and 5 fragment instances are...
**Description** - After copying the fileList in cross space selection, the file is deleted during the selection process, and "file not found" exception will be reported when reading the resource...
https://issues.apache.org/jira/browse/IOTDB-5522
When there is much data in one time series, we provide the ability to divide one dataSource to mutilple split to run parallelly.