-
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
remove decorator space in -z output #2821
Milestone
Comments
brim-bot
pushed a commit
to brimdata/brimcap
that referenced
this issue
Aug 10, 2021
…z output" by nwt This is an auto-generated commit with a Zed dependency update. The Zed PR brimdata/super#2911, authored by @nwt, has been merged. remove space before decorator in ZSON -pretty=0/-z output The operative change is in zson//formatter.go. Everything else here just updates tests. Depends on brimdata/super#2910. Closes brimdata/super#2821.
brim-bot
pushed a commit
to brimdata/brimcap
that referenced
this issue
Aug 10, 2021
…z output" by nwt This is an auto-generated commit with a Zed dependency update. The Zed PR brimdata/super#2911, authored by @nwt, has been merged. remove space before decorator in ZSON -pretty=0/-z output The operative change is in zson//formatter.go. Everything else here just updates tests. Depends on brimdata/super#2910. Closes brimdata/super#2821.
brim-bot
pushed a commit
to brimdata/zui
that referenced
this issue
Aug 10, 2021
…z output" by nwt This is an auto-generated commit with a Zed dependency update. The Zed PR brimdata/super#2911, authored by @nwt, has been merged. remove space before decorator in ZSON -pretty=0/-z output The operative change is in zson//formatter.go. Everything else here just updates tests. Depends on brimdata/super#2910. Closes brimdata/super#2821.
Verified in Zed commit 1099f2f. At Zed commit 1924d64 that was right before the changes in the linked PR, this space was present:
Now on Zed commit 1099f2f, it's gone.
As noted above, the space is still present in the
Thanks @nwt! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only space that appears in -z output is between a value and its decorator. We should remove this for consistency (while keeping the space in -Z output). e.g.,
{a:1(int8)}
instead of{a:1 (int8)}
.The text was updated successfully, but these errors were encountered: