himanshug commented on issue #5957: Various changes
URL: https://github.com/apache/incubator-druid/pull/5957#issuecomment-404003366
 
 
   > Renamed `GenericColumnSerializer` to just `ColumnSerializer` and changed 
the signature of it's serialize() method. This class was annotated 
@ExtensionPoint, however it doesn't look so to me.
   
   It is extensible when someone writes a custom aggreagtor and extension wants 
to take control of full column serialization instead default behavior where 
extension writer only controls serialization of individual row values by 
providing a ObjectStrategy.
   We do have few aggregators (not in the open source) that take advantage of 
it.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to