diff --git a/docs/language/statements.md b/docs/language/statements.md index a338982f74..1f3b5d5349 100644 --- a/docs/language/statements.md +++ b/docs/language/statements.md @@ -203,17 +203,6 @@ One caveat with nested calls is that calls to other user-defined operators must not produce a cycle, i.e., recursive and mutually recursive operators are not allowed and will produce an error. -### Limitations - -User-defined operators are a new feature in Zed that has been made available -despite known limitations described in open issues -[zed/4692](https://github.com/brimdata/zed/issues/4692) and -[zed/4701](https://github.com/brimdata/zed/issues/4701). If you encounter -these or other problems when making use of the feature please comment on the -issues or come talk to us on the [Brim community Slack](https://www.brimdata.io/join-slack/) -as this will help guide the priority with which these limitations are -addressed. - ## Type Statements Named types may be created with the syntax