weixiangsun commented on a change in pull request #7781:
URL: https://github.com/apache/pinot/pull/7781#discussion_r752438692



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TransformFunctionFactory.java
##########
@@ -59,6 +59,10 @@
  * Factory class for transformation functions.
  */
 public class TransformFunctionFactory {
+
+  private static final String AGGREGATE_GAP_FILL = "aggregategapfill";

Review comment:
       aggregategapfill is for post-aggregation gapfill, meaning aggregation, 
then gapfill
   We will use gapfillaggregate for pre-aggregate gapfill, meaning gapfill and 
then aggregate.




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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to