iotdb
iotdb copied to clipboard
Apache IoTDB
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 0.13.3 ### Describe the bug and provide the minimal reproduce step TsFile对齐时间序列写入writeAligned(TSRecord record),当触发flushAllChunkGroups后加入新指标写入报错。...
See [IOTDB-4595](https://issues.apache.org/jira/browse/IOTDB-4595). This PR add monitoring for the size and number of compaction temporal files.
## Description use sql: tracing select * from root.devices.* align by device; return NullPointerException. ### Content1 ... AlignByDevicePlan path is null, then plan.getPaths().size throw NullPointerException This PR has: - [x]...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Version:0.13.3 Using the lastest docker image from docker hub SQL: select consecutivesequences(s1,status,'gap'='1ms') from root.ln.wf02.wt02 got errers: Msg: 411: Error occurred in query process: Failed to reflect UDF instance, because UDF...
TsBlock init takes much time, so we should let each TsBlock large enough to make its initialization cost overhead as small as possible. However, when there exists too many unseq...
## 概述 - 当字段存在别名时,使用udf方法+聚合查询(sum,avg...)+别名时,查询抛出空指针异常 ## 复现步骤 - 创建字段别名,如,CO2_DOUBLE => CO2(别名) - 创建udf方法,如,NULL_TO_ZERO() - 执行查询 select NULL_TO_ZERO(sum(`CO2`)) from root.ln_1.tb_01 group by([1667232000000, 1669824000000), 1d) ## 关联截图或视频等  
Maybe it's no need to add `under test` for SimpleConsensus