gianm commented on code in PR #17803:
URL: https://github.com/apache/druid/pull/17803#discussion_r2022694677
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java:
##########
@@ -1086,6 +1130,60 @@ private void processMultiValuedDimensions(final
QueryableIndex index)
}
}
+
+ private void processProjections(final QueryableIndex index)
Review Comment:
I'm not sure it matters much. I don't think there would be a serious
consequence to picking the "wrong" projection when there is a conflict. I think
the current logic is ok, I just wanted to see a description of 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]