From 74e2b95d0184f3c48de51a1261f278228a56a9d4 Mon Sep 17 00:00:00 2001 From: Brim Automation Date: Tue, 11 May 2021 01:25:23 +0000 Subject: [PATCH] Zed update through "remove mapstructure" by mccanne This is an auto-generated commit with a Zed dependency update. The Zed PR https://github.com/brimdata/zed/pull/2703, authored by @mccanne, has been merged. remove mapstructure I have tripped over mapstructure one too many times so this commit removes it. When/if the extra round-trip through JSON adds measurable overhead to Zed query times, we can revisit this and hopefully mapstructure will be more mature. For now, I wanted to add order.Which to proc.Sort and similar but mapstructure cannot handle custom JSON unmarshalers so this caused unpack to fail for apparently no reason. See https://github.com/mitchellh/mapstructure/issues/115 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53a6657bce..129d82a999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25429,8 +25429,8 @@ } }, "zed": { - "version": "git+https://github.com/brimdata/zed.git#3dcb327e99cb2d9564af5f316fa07517fa47b5a4", - "from": "git+https://github.com/brimdata/zed.git#3dcb327e99cb2d9564af5f316fa07517fa47b5a4" + "version": "git+https://github.com/brimdata/zed.git#730d19c91f99cb3747143a56c73b5c16b8ba0da6", + "from": "git+https://github.com/brimdata/zed.git#730d19c91f99cb3747143a56c73b5c16b8ba0da6" }, "zip-stream": { "version": "4.0.2", diff --git a/package.json b/package.json index efb80838e2..6188e59e13 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "styled-components": "^5.1.1", "tree-model": "^1.0.7", "valid-url": "^1.0.9", - "zed": "git+https://github.com/brimdata/zed.git#3dcb327e99cb2d9564af5f316fa07517fa47b5a4" + "zed": "git+https://github.com/brimdata/zed.git#730d19c91f99cb3747143a56c73b5c16b8ba0da6" }, "optionalDependencies": { "electron-installer-debian": "^3.0.0",