From 95406ca20a13dbffb3b02a6ecd55327058e0898b Mon Sep 17 00:00:00 2001 From: mcbrewster <37322608+mcbrewster@users.noreply.github.com> Date: Mon, 9 Mar 2020 20:12:05 -0700 Subject: [PATCH] [IMPLY-2285] fix maxRowsPerSegment tool tip (#9468) --- .../src/dialogs/compaction-dialog/compaction-dialog.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx b/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx index f4bf9f2ed60..33feb54327a 100644 --- a/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx +++ b/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx @@ -109,14 +109,7 @@ export class CompactionDialog extends React.PureComponent< name: 'maxRowsPerSegment', type: 'number', defaultValue: CompactionDialog.DEFAULT_MAX_ROWS_PER_SEGMENT, - info: ( -
- The target segment size, for each segment, after compaction. The actual sizes of - compacted segments might be slightly larger or smaller than this value. Each - compaction task may generate more than one output segment, and it will try to keep - each output segment close to this configured size. -
- ), + info:Determines how many rows are in each segment.
, }, { name: 'taskContext',