From 77034a81a01784933ee36edf790116a03c841f40 Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Thu, 17 Nov 2022 08:27:11 -0800 Subject: [PATCH 1/2] streaming json input format specifics --- .../__snapshots__/show-json.spec.tsx.snap | 2 +- .../src/components/show-json/show-json.tsx | 2 +- .../__snapshots__/show-log.spec.tsx.snap | 2 +- .../src/components/show-log/show-log.tsx | 2 +- .../__snapshots__/show-value.spec.tsx.snap | 2 +- .../src/components/show-value/show-value.tsx | 2 +- .../segment-table-action-dialog.spec.tsx.snap | 2 +- ...pervisor-table-action-dialog.spec.tsx.snap | 2 +- .../task-table-action-dialog.spec.tsx.snap | 2 +- .../ingestion-spec/ingestion-spec.tsx | 8 +- .../input-format/input-format.tsx | 310 +++++++++++------- .../views/load-data-view/load-data-view.tsx | 35 +- 12 files changed, 216 insertions(+), 155 deletions(-) diff --git a/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap b/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap index 6c15206443c4..b93816775e8d 100644 --- a/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap +++ b/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap @@ -19,7 +19,7 @@ exports[`ShowJson matches snapshot 1`] = ` - Save + Download diff --git a/web-console/src/components/show-value/show-value.tsx b/web-console/src/components/show-value/show-value.tsx index 1220386963ce..d04219d8699b 100644 --- a/web-console/src/components/show-value/show-value.tsx +++ b/web-console/src/components/show-value/show-value.tsx @@ -41,7 +41,7 @@ export const ShowValue = React.memo(function ShowValue(props: ShowValueProps) { )} {downloadFilename && (