iotdb
iotdb copied to clipboard
Apache IoTDB
Pipe: Fix startup failure of PipeHistoricalDataRegionTsFileExtractor due to unprepared StorageEngine
## Description As the title said This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...
## Description cp #12720
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation Some older operating system environments (such as Windows 7 or older versions) often...
as title. after this pr, all related options will be renamed to `IoT` 
## Description This PR fixe bug in using Negation for Timestamp Type This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write...
## Description Keep all null rows in table model compaction
## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...
## Description This PR has done the following things: 1. Refactored pipe and IT codes. 2. Changed the IT's log_dir from class_method to class(separator)method, and fixed the bug that multiClusterIT's...
fixup #13250, @Caideyipi found that for the following concurrency sequence enqueue -> dequeue -> decrease -> increase, the decrease event counter would fail...