-
Notifications
You must be signed in to change notification settings - Fork 180
Add more examples to the where command doc
#4227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f890ffa to
4dea598
Compare
docs/user/ppl/cmd/where.rst
Outdated
| Examples | ||
| =========================================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Section headers are created by underlining which needs the same length with the title, change to
Examples
========
Signed-off-by: Manasvini B S <[email protected]>
4dea598 to
99f1a5d
Compare
|
doctest is failing in CI |
|
If the doctest requires calcite to be enabled, you can put it under |
|
| PPL query:: | ||
|
|
||
| os> source=accounts | where balance > 40000 | fields account_number, balance; | ||
| fetched rows / total rows = 2/4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this correct? rows = 2/4
same for below examples.
|
This PR is stalled because it has been open for 2 weeks with no activity. |
Description
Add more examples to the where command documentation.