gianm opened a new pull request #11199:
URL: https://github.com/apache/druid/pull/11199


   Fixes a bug introduced in #11182, related to the fact that in some cases,
   ColumnProcessors.makeVectorProcessor will call "makeObjectProcessor"
   instead of "makeSingleValueDimensionProcessor" or
   "makeMultiValueDimensionProcessor". CardinalityVectorProcessorFactory
   improperly ignored calls to "makeObjectProcessor".
   
   In addition to fixing the bug, I added this detail to the javadocs for
   VectorColumnProcessorFactory, to prevent others from running into the
   same thing in the future. They do not currently call out this case.


-- 
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]

Reply via email to