xiangfu0 commented on PR #13146:
URL: https://github.com/apache/pinot/pull/13146#issuecomment-2121519957

   > The difference for `ListAggFunction` and 
`ArrayAggString`/`ArrayAggDistinctStringFunction` is just the extract final 
results part. Since you need to do special handling on v2 side, is it possible 
to directly use the `ArrayAgg`? If not, probably extend that and only override 
the extract final results
   
   `ArrayAgg` doesn't support `ORDER BY` so the merger/extractFinal at 
intermediate/final stage doesn't honer the ordering.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to