diff --git a/docs/ppl-lang/ppl-appendcol-command.md b/docs/ppl-lang/ppl-appendcol-command.md index 4becc77f7..ead58da89 100644 --- a/docs/ppl-lang/ppl-appendcol-command.md +++ b/docs/ppl-lang/ppl-appendcol-command.md @@ -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.