suneet-s commented on a change in pull request #11631:
URL: https://github.com/apache/druid/pull/11631#discussion_r696210372
##########
File path:
server/src/main/java/org/apache/druid/segment/indexing/DataSchema.java
##########
@@ -116,8 +116,7 @@ public DataSchema(
if (this.granularitySpec.isRollup()) {
log.warn(
- "Rollup is enabled for dataSource [%s] but no metricsSpec has been
provided. "
- + "Are you sure this is what you want?",
+ "Rollup is enabled for dataSource [%s]",
Review comment:
```suggestion
"Rollup is enabled for dataSource [%s] but no metricsSpec has been
provided. "
+ "Are you sure this is what you want?",
```
--
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]