You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/11 00:05:22 UTC

[GitHub] himanshug commented on issue #5957: Various changes

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org