[IMPLY-2285] fix maxRowsPerSegment tool tip (#9468)

This commit is contained in:
mcbrewster 2020-03-09 20:12:05 -07:00 committed by GitHub
parent 96ed7210d3
commit 95406ca20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -109,14 +109,7 @@ export class CompactionDialog extends React.PureComponent<
name: 'maxRowsPerSegment', name: 'maxRowsPerSegment',
type: 'number', type: 'number',
defaultValue: CompactionDialog.DEFAULT_MAX_ROWS_PER_SEGMENT, defaultValue: CompactionDialog.DEFAULT_MAX_ROWS_PER_SEGMENT,
info: ( info: <p>Determines how many rows are in each segment.</p>,
<p>
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.
</p>
),
}, },
{ {
name: 'taskContext', name: 'taskContext',