Skip to content

Commit

Permalink
Zed update through "remove zio/ndjsonio.Reader in favor of zson.Reade…
Browse files Browse the repository at this point in the history
…r" by nwt

This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/zed#2587, authored by @nwt,
has been merged.

remove zio/ndjsonio.Reader in favor of zson.Reader

Zed shaping renders the typed NDJSON reader unnecessary.  Replace it
with a zson.Reader and remove the following:

* api.LogPostRequest.JSONTypeeConfig (json_type_config request field
  for /space/{space}/logs/paths)
* json_config form field for /space/{space}/log
* -j flag to zed query and zq
* zio.ReaderOpts.JSON
* zio/ndjsonio.Reader
* zsontypes command

Closes brimdata/zed#2296.

`zeek/README.md` needs an update; I've left that for @philrz.
  • Loading branch information
Brim Automation committed Apr 19, 2021
1 parent fea1481 commit 709920f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"styled-components": "^5.1.1",
"tree-model": "^1.0.7",
"valid-url": "^1.0.9",
"zed": "git+https:/brimdata/zed.git#1e4762ec155014b54c876df77268c2987659b621"
"zed": "git+https:/brimdata/zed.git#fc574916c5c1e3eeb474db75ce55c7a40ab81ab5"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 709920f

Please sign in to comment.