sunithabeeram commented on a change in pull request #3808: [PINOT-7] Add 
Remainder TransformFunction and test
URL: https://github.com/apache/incubator-pinot/pull/3808#discussion_r255360318
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TransformFunctionFactory.java
 ##########
 @@ -48,6 +48,7 @@ private TransformFunctionFactory() {
           put(DateTimeConversionTransformFunction.FUNCTION_NAME.toLowerCase(),
               DateTimeConversionTransformFunction.class);
           put(ValueInTransformFunction.FUNCTION_NAME.toLowerCase(), 
ValueInTransformFunction.class);
+          put(RemainderTransformFunction.FUNCTION_NAME.toLowerCase(), 
RemainderTransformFunction.class);
 
 Review comment:
   <nit> Move this below 46 to keep related functions together.</nit>

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