Skip to content

Commit

Permalink
fix depended top/rare issues
Browse files Browse the repository at this point in the history
update readme with command
Signed-off-by: YANGDB <[email protected]>

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Aug 23, 2024
1 parent ef889f6 commit e7a8ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppl-spark-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ Limitation: Overriding existing field is unsupported, following queries throw ex
- `source=accounts | top 1 age by gender`

**Parse**
- `source=accounts | top gender`
- `source=accounts | parse email '.+@(?<host>.+)' | fields email, host `
- `source=accounts | parse email '.+@(?<host>.+)' | top 1 host `
- `source=accounts | parse email '.+@(?<host>.+)' | stats count() by host`
Expand Down

0 comments on commit e7a8ef7

Please sign in to comment.