Jackie-Jiang commented on PR #9078:
URL: https://github.com/apache/pinot/pull/9078#issuecomment-1191966776

   @somandal The idea here is to throw exception when user tries to order-by 
any expression that is MV. The earliest time when we know the expression is SV 
or MV is in the constructor of `SelectionOrderByOperator`, so we can catch it 
before the query execution. Actually we shouldn't need to change the 
`MinMaxValueBasedSelectionOrderByCombineOperator` because it is constructed in 
the execution phase, which is after the creation of `SelectionOrderByOperator`.


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