Skip to content

Commit

Permalink
Update limitation
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Dec 20, 2024
1 parent f2d54e5 commit 03b2ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ppl-lang/ppl-appendcol-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ PPL query:
| Jane | Marketing | NULL |
| Jeff | Marketing | NULL |
+------+-------------+------------------+

### Limitation:
When override is set to true, only `FIELDS` and `STATS` commands are allowed as the final clause in a sub-search.
Otherwise, an IllegalStateException with the message `Not Supported operation: APPENDCOL should specify the output fields` will be thrown.

0 comments on commit 03b2ba8

Please sign in to comment.