Haonan
Haonan
应该在0.12/0.13版本就支持了,可以尝试一下。
https://github.com/apache/iotdb/pull/7580 Fixed
Also looking forward a new release of lz4-java. :-)
Thanks for your quick reply! It seemed that the current maintainer didn't reply any issue since 2021. That's why I open an discussion here.
v1.9.3 of the lz4 library has a security issue CVE-2021-3520. A new release should fix it.
Hi @Neustradamus, I think there are two ways to go. 1. someone fork this repo and create the new release 2. ask [lz4](https://github.com/lz4) to add more maintainers to this repo.
目前的版本如果需要插入TEXT类型空值需要用这样的写法 ```java if (containNull && i % 9 == 0) { tablet.bitMaps[i].mark((int) row); tablet.addValue(schemaList.get(i).getMeasurementId(), row, ""); } else { tablet.addValue(schemaList.get(i).getMeasurementId(), row, random.nextDouble()*1000 + ""); } ``` 之后我们可以考虑把你的用法做成语法糖。
Hi, Grafana Plugin doesn't support aggregate with align by device due to the ResultSet missing time column. It is not a bug.
可以试试最新的1.3 版本,0.13系列已经不维护了
0.14.0 版本已经比较老了,并且0.14只是review版本,建议升级到最新的1.2.2 正式版本。大概率已经解决了。