-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zed update through "decode top-level array incrementally in zio/jsoni…
…o" by nwt This is an auto-generated commit with a Zed dependency update. The Zed PR brimdata/super#3123, authored by @nwt, has been merged. decode top-level array incrementally in zio/jsonio Reading a large, top-level JSON array with zio/jsonio.Reader is impractical because it decodes the full input on the first call to its Read method. Decode top-level arrays incrementally instead. Closes brimdata/super#2677.
- Loading branch information
Brim Automation
committed
Sep 29, 2021
1 parent
b587fae
commit dd392e1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters