From e7a8ef7ec6b1c4633d2647a077e3102654ddb69f Mon Sep 17 00:00:00 2001 From: YANGDB Date: Thu, 22 Aug 2024 21:00:29 -0700 Subject: [PATCH] fix depended top/rare issues update readme with command Signed-off-by: YANGDB Signed-off-by: YANGDB --- ppl-spark-integration/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ppl-spark-integration/README.md b/ppl-spark-integration/README.md index 972a1bebe..24639e444 100644 --- a/ppl-spark-integration/README.md +++ b/ppl-spark-integration/README.md @@ -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 '.+@(?.+)' | fields email, host ` - `source=accounts | parse email '.+@(?.+)' | top 1 host ` - `source=accounts | parse email '.+@(?.+)' | stats count() by host`