andreacyc commented on a change in pull request #11847:
URL: https://github.com/apache/druid/pull/11847#discussion_r738459586
##########
File path: web-console/src/druid-models/compaction-config.tsx
##########
@@ -173,7 +201,15 @@ export const COMPACTION_CONFIG_FIELDS:
Field<CompactionConfig>[] = [
required: (t: CompactionConfig) =>
!deepGet(t, 'tuningConfig.partitionsSpec.targetRowsPerSegment') &&
!deepGet(t, 'tuningConfig.partitionsSpec.maxRowsPerSegment'),
- info: <p>Maximum number of rows to include in a partition.</p>,
+ info: (
+ <>
+ <p>Maximum number of rows to include in a partition.</p>{' '}
Review comment:
Thank you for spotting my typo, removed it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]