From 28b28733ae21dda809b03995e804a65555ff9092 Mon Sep 17 00:00:00 2001 From: andreacyc Date: Thu, 28 Oct 2021 10:26:09 -0400 Subject: [PATCH] remove space typo --- web-console/src/components/show-json/show-json.tsx | 1 + web-console/src/druid-models/compaction-config.tsx | 2 +- web-console/src/views/load-data-view/load-data-view.tsx | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web-console/src/components/show-json/show-json.tsx b/web-console/src/components/show-json/show-json.tsx index 18b331e41e4..175243e2875 100644 --- a/web-console/src/components/show-json/show-json.tsx +++ b/web-console/src/components/show-json/show-json.tsx @@ -48,6 +48,7 @@ export const ShowJson = React.memo(function ShowJson(props: ShowJsonProps) { }); const jsonValue = jsonState.data || ''; + return (
diff --git a/web-console/src/druid-models/compaction-config.tsx b/web-console/src/druid-models/compaction-config.tsx index 878bb80c4ae..171fa05a404 100644 --- a/web-console/src/druid-models/compaction-config.tsx +++ b/web-console/src/druid-models/compaction-config.tsx @@ -203,7 +203,7 @@ export const COMPACTION_CONFIG_FIELDS: Field[] = [ !deepGet(t, 'tuningConfig.partitionsSpec.maxRowsPerSegment'), info: ( <> -

Maximum number of rows to include in a partition.

{' '} +

Maximum number of rows to include in a partition.

Note that either targetRowsPerSegment or maxRowsPerSegment will be used to find the best partitioning. Leave blank to show all properties. diff --git a/web-console/src/views/load-data-view/load-data-view.tsx b/web-console/src/views/load-data-view/load-data-view.tsx index 54949b98af6..dac56e04512 100644 --- a/web-console/src/views/load-data-view/load-data-view.tsx +++ b/web-console/src/views/load-data-view/load-data-view.tsx @@ -3072,6 +3072,7 @@ export class LoadDataView extends React.PureComponent