-
Notifications
You must be signed in to change notification settings - Fork 67
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
Debug operator #5196
Debug operator #5196
Conversation
c48f269
to
999281d
Compare
e3650ff
to
e996a3d
Compare
This commit introduces the debug operator- an operator intending to help debugging complex queries. When running the debug operator using zq or zed all encounterd values at the point of the operator are written to stderr. Closes #5181
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philrz and I talked about extending the Zed syntax so you can specify a channel other than "debug". We both think that's a good idea since Zui will eventually be able to display channels separately but we can add it later.
Is this different than using the output operator? |
Yes, in two regards. First, it includes an expression (e.g., |
This commit introduces the debug operator- an operator intending to help debugging complex queries. When running the debug operator using zq or zed all encounterd values at the point of the operator are written to stderr.
Closes #5181