iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Apache IoTDB

Results 730 iotdb issues
Sort by recently updated
recently updated
newest added

## Description As the title said This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...

### 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` ![img_v3_02et_8635a4d0-3156-404e-bb1c-c1a1b3139efg](https://github.com/user-attachments/assets/3c3e049d-65ee-4d9d-ad3e-bf1ce994bc96)

## 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...