You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/04 23:17:25 UTC

[GitHub] [druid] mitchlloyd opened a new issue #9311: Mark Tranform interface with @extensionPoint

mitchlloyd opened a new issue #9311: Mark Tranform interface with @extensionPoint
URL: https://github.com/apache/druid/issues/9311
 
 
   ### Description
   
   Transforms were originally added to Druid in [this PR](https://github.com/apache/druid/pull/4890) and it's currently possible to add transform extensions. Has this interface settled enough to make this an official `@extensionPoint`.
   
   ### Motivation
   
   Our current use cases involve taking multiple fields at ingest time and running them through a large set of business rules to arrive at a single normalized value. Doing this work at ingest time saves us work at query time and provides historical consistency for these derived fields.
   
   Rather than having no compatibility guarantee, it would be nice to know that we have a deprecation  period to fix anything in our extension that needs to change.

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


With regards,
Apache Git Services

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


[GitHub] [druid] jihoonson closed issue #9311: Mark Tranform interface with @extensionPoint

Posted by GitBox <gi...@apache.org>.
jihoonson closed issue #9311: Mark Tranform interface with @extensionPoint
URL: https://github.com/apache/druid/issues/9311
 
 
   

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


With regards,
Apache Git Services

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


[GitHub] [druid] mitchlloyd commented on issue #9311: Mark Tranform interface with @extensionPoint

Posted by GitBox <gi...@apache.org>.
mitchlloyd commented on issue #9311: Mark Tranform interface with @extensionPoint
URL: https://github.com/apache/druid/issues/9311#issuecomment-582764126
 
 
   Sure thing @jihoonson. I opened #9319 and I'm waiting on the build. 

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


With regards,
Apache Git Services

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


[GitHub] [druid] jihoonson commented on issue #9311: Mark Tranform interface with @extensionPoint

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #9311: Mark Tranform interface with @extensionPoint
URL: https://github.com/apache/druid/issues/9311#issuecomment-582304862
 
 
   Hi @mitchlloyd, it sounds good to me. Are you interested in making a PR?

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


With regards,
Apache Git Services

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