clintropolis opened a new pull request, #18637: URL: https://github.com/apache/druid/pull/18637
### Description This was inadvertently removed in the very large refactor of #18176. Also fixed some possible null pointer exceptions that could occur in certain cases - the one in `ServerManager` can happen for sure, but less sure if the ones in `SegmentLocalCacheManager` can actually happen, but went ahead and added the checks anyway. The added test doesn't really confirm that lazy column deserialization is actually happening since its quite internal to the `QueryableIndex`, but it at least ensures that the path is being run in tests. -- 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]
