docs(taosgen): support the generation of data with a specified proportion of NULL and NONE semantics#35332
docs(taosgen): support the generation of data with a specified proportion of NULL and NONE semantics#35332YamingPei wants to merge 2 commits into
Conversation
…tion of NULL and NONE semantics
There was a problem hiding this comment.
Code Review
This pull request updates the taosgen documentation in both English and Chinese to include descriptions for the null_ratio and none_ratio parameters. Feedback was provided to improve the consistency of the English documentation's formatting and phrasing, specifically regarding the default value syntax and the use of the term 'overwrites' for clarity.
There was a problem hiding this comment.
Pull request overview
This PR updates the taosgen user manual to document two new per-column generation parameters (null_ratio and none_ratio) to control the proportion of generated NULL vs NONE values, clarifying their intended semantics.
Changes:
- Document
null_ratiofor generating NULL values at a specified ratio. - Document
none_ratiofor generating NONE (unspecified) values at a specified ratio, with a constraint thatnull_ratio + none_ratio <= 1.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/zh/14-reference/02-tools/11-taosgen.md | Adds Chinese documentation for null_ratio and none_ratio under column configuration attributes. |
| docs/en/14-reference/02-tools/11-taosgen.md | Adds English documentation for null_ratio and none_ratio under column configuration attributes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Support the generation of data with a specified proportion of NULL and NONE semantics for taosgen
Issue(s)
Checklist
Please check the items in the checklist if applicable.