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 zio/ndjsonio.Reader in favor of zson.Reader #2587

Merged
merged 2 commits into from
Apr 19, 2021

Conversation

nwt
Copy link
Member

@nwt nwt commented Apr 19, 2021

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 #2296.

zeek/README.md needs an update; I've left that for @philrz.

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
@nwt nwt requested review from philrz and a team April 19, 2021 20:20
@nwt nwt merged commit fc57491 into main Apr 19, 2021
@nwt nwt deleted the remove-zio-ndjsonio.Reader branch April 19, 2021 23:32
brim-bot pushed a commit to brimdata/brimcap that referenced this pull request Apr 19, 2021
…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.
brim-bot pushed a commit to brimdata/zui that referenced this pull request Apr 19, 2021
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove typed ndjson reader
2 participants