iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[Bug] Rust Native API documentation out of date

Open KeiranHines opened this issue 2 months ago • 2 comments

Search before asking

  • [x] I searched in the issues and found nothing similar.

Version

2.0.x

Describe the bug and provide the minimal reproduce step

The Rust Native API documentation does not include the correct pom.xml updates, generated files to copy and does not include any examples or generated client for parsing the responses from executed queries.

What did you expect to see?

Correct documentation and additionally a small example similar to the Python Native API documentation.

What did you see instead?

Outdated documentation.

Anything else?

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

KeiranHines avatar Sep 30 '25 11:09 KeiranHines

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

github-actions[bot] avatar Sep 30 '25 11:09 github-actions[bot]

I tried and the pom update in the current document is still valid. At present, it only supports the production of corresponding RPC calling code, and there is no packaged Native API like Python

CritasWang avatar Oct 09 '25 03:10 CritasWang