uds5501 commented on code in PR #18195:
URL: https://github.com/apache/druid/pull/18195#discussion_r2194241522
##########
server/src/main/java/org/apache/druid/client/coordinator/CoordinatorClientImpl.java:
##########
@@ -214,7 +221,7 @@ public ListenableFuture<CompactionStatusResponse>
getCompactionSnapshots(@Nullab
{
final StringBuilder pathBuilder = new
StringBuilder("/druid/coordinator/v1/compaction/status");
if (dataSource != null && !dataSource.isEmpty()) {
-
pathBuilder.append("?").append("dataSource=").append(StringUtils.urlEncode(dataSource));
+
pathBuilder.append("?").append("datasources=").append(StringUtils.urlEncode(dataSource));
Review Comment:
🤦🏿 yeah my bad, updating this
--
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]