clintropolis opened a new pull request #8014: optimize single string dimension expression selector URL: https://github.com/apache/incubator-druid/pull/8014 ### Description Changes in #7588 made it so that `SingleStringInputDimensionSelector` will never be used for multi-value string columns. The "null adjustment" check that was done to cause this dimension selector to null out multi-value string dimensions is no longer necessary, allowing the implementation to be simplified/optimized. <hr> This PR has: - [x] been self-reviewed.this item if the PR doesn't have any relation to concurrency.) - [x] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
