Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "Limitations" section from docs about User Ops #4831

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions docs/language/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down