gianm commented on code in PR #17762:
URL: https://github.com/apache/druid/pull/17762#discussion_r2389540230
##########
processing/src/main/java/org/apache/druid/segment/IndexMergerV9.java:
##########
@@ -1052,6 +1052,8 @@ public File persist(
throw new IAE("Trying to persist an empty index!");
}
+ indexSpec = indexSpec.getEffectiveSpec();
Review Comment:
It would be good, at this spot or even closer to the actual usage site, to
log the spec that is actually used. Ideally just once per segment, if the
multiple-entry-point design of this class allows it.
--
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]