This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 6a983089c44 Web-console: Fix a typo in the compaction config dialog
(#18396)
6a983089c44 is described below
commit 6a983089c447a63ab29272cf56ab1e5d0f83c1d0
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Wed Aug 13 10:34:55 2025 +0530
Web-console: Fix a typo in the compaction config dialog (#18396)
---
.../src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx
b/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx
index 1082334d73b..35132d79fe7 100644
---
a/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx
+++
b/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx
@@ -84,7 +84,7 @@ export const CompactionConfigDialog = React.memo(function
CompactionConfigDialog
{compactionConfigHasLegacyInputSegmentSizeBytesSet(currentConfig) && (
<Callout className="legacy-callout" intent={Intent.WARNING}>
<p>
- You current config sets the legacy
<Code>inputSegmentSizeBytes</Code> to{' '}
+ Your current config sets the legacy
<Code>inputSegmentSizeBytes</Code> to{' '}
<Code>{formatBytesCompact(currentConfig.inputSegmentSizeBytes!)}</Code> it is
recommended to unset this property.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]