kishoreg commented on PR #9117:
URL: https://github.com/apache/pinot/pull/9117#issuecomment-1197557338

   I read the original issue but am not convinced about the motivation to emit 
a metric when the order by has a MV column.  
   
   My guess is you want to identify the queries that have multi valued columns 
in the order by fragment and ask them to remove them?
   
   IMO, a better solution would be to simply remove the multi-value columns in 
order by fragment since it was getting ignored anyway. We can probably throw 
exception few versions later
   
   


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