mirror of https://github.com/apache/druid.git
[IMPLY-2285] fix maxRowsPerSegment tool tip (#9468)
This commit is contained in:
parent
96ed7210d3
commit
95406ca20a
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue