vogievetsky commented on a change in pull request #11847:
URL: https://github.com/apache/druid/pull/11847#discussion_r738051263
##########
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:
I don't think you need the `{' '}` in this line, I bet it was just a
typo that prettier fixed up for you. Otherwise these changes look good!
--
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]