橘子

Results 3 issues of 橘子

- [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) resolves # Added an output plugin to...

feat
area/iot
ready for final review
plugin/output

# Support New Database: IoTDB ## About IoTDB Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on...

## Negative numbers cannot be stored correctly see `src/common/allocator/byte_stream.h`, line 1005 ```cpp FORCE_INLINE static int write_var_int(int32_t i32, ByteStream &out) { // TODO 8byte to 4byte. // but in IoTDB java,...