clintropolis commented on a change in pull request #10248:
URL: https://github.com/apache/druid/pull/10248#discussion_r467351667
##########
File path:
processing/src/main/java/org/apache/druid/segment/DimensionIndexer.java
##########
@@ -236,6 +237,7 @@ DimensionSelector makeDimensionSelector(
IncrementalIndex.DimensionDesc desc
);
+ ColumnCapabilitiesImpl getColumnCapabilities();
Review comment:
changed many places to use `ColumnCapabilities` instead of
`ColumnCapabilitiesImpl`, since they are no longer set from multiple places
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]