clintropolis commented on code in PR #18176:
URL: https://github.com/apache/druid/pull/18176#discussion_r2289072504
##########
processing/src/main/java/org/apache/druid/query/metadata/SegmentAnalyzer.java:
##########
@@ -364,4 +374,85 @@ private ColumnAnalysis analyzeArrayColumn(final
ColumnCapabilities capabilities)
{
return ColumnAnalysis.builder().withCapabilities(capabilities).build();
}
+
+ public static Segment makeVirtualPlaceholderSegment(DataSegment dataSegment)
Review Comment:
moved to `VirtualPlaceholderSegment` which just lives in
`org.apache.druid.segment.loading` in `druid-server` since its only used by
`ServerManager`
--
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]