gargvishesh commented on code in PR #17033:
URL: https://github.com/apache/druid/pull/17033#discussion_r1771301164
##########
server/src/main/java/org/apache/druid/client/indexing/ClientCompactionRunnerInfo.java:
##########
@@ -135,9 +135,8 @@ public static CompactionConfigValidationResult
validatePartitionsSpecForMSQ(Part
if (!(partitionsSpec instanceof DimensionRangePartitionsSpec
|| partitionsSpec instanceof DynamicPartitionsSpec)) {
return CompactionConfigValidationResult.failure(
- "MSQ: Invalid partitioning type[%s]. Must be either 'dynamic' or
'range'",
+ "MSQ: Invalid partitioning type[%s]. Must be either dynamic or
range",
Review Comment:
Reverted to quotes. When the text was passed as part of exception,
single-quotes weren't being rendered in the web-console as `'` -- which is
not the case when passed as part of `AutoCompactionSnapshot`.
--
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]