Haonan

Results 127 comments of Haonan

> 请问怎么能参与c++/c版本的研发呀 https://github.com/apache/tsfile/pull/88 已经有 PR 了,欢迎参与

Hi, there are some issues I think to be fixed before we release a package on Pypi. 1. The python tests on windows cannot pass currently. There’s some bug in...

Here is the error we meet on windows. https://github.com/apache/tsfile/actions/runs/10202054823/job/28225338682

Yes, it was an issue we met in IoTDB as well. This PR of IoTDB fixed that problem. We may solve it in TsFile by the same way. https://github.com/apache/iotdb/pull/12706/files

可以用shade https://github.com/apache/iotdb-extras/blame/b4953d1c6b54110d26f3c4c6acca04d046265c5e/connectors/spark-iotdb-connector/pom.xml#L115-L137

It makes sense. We will consider to implement it. Thank you so much!

`mock_client_15` is not a legal device id for IoTDB, you can change it to for example `root.db.mock_client_15`.

Well, it seems that the maintainers of this repo are not active anymore. A new release from a fork repo may be the best solution for now. See discussions in...

Hi, any advantage of this change?

I think the most of IoTDB developers are using the maven on the `PATH` to dev, test, build and release binary packages. We have no report of the problem about...