This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_array_transform_function_phase1 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from c5e290b Adding array transform functions: array_average, array_max, array_min, array_sum add 1e52934 Address comments No new revisions were added by this update. Summary of changes: .../common/function/TransformFunctionType.java | 8 +- .../function/ArrayAverageTransformFunction.java | 41 ++++---- .../function/ArrayMaxTransformFunction.java | 36 +++---- .../function/ArrayMinTransformFunction.java | 36 +++---- .../function/ArraySumTransformFunction.java | 103 +++++---------------- .../function/ArraySumTransformFunctionTest.java | 12 +-- 6 files changed, 84 insertions(+), 152 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org