Jiabao-Sun commented on PR #23411:
URL: https://github.com/apache/flink/pull/23411#issuecomment-1897661962

   > Thanks for addressing comments in general it looks ok from my side i guess 
there is one little thing: since it is based on Calcite parser it allows to 
have `ORDER BY` inside... At the same time it is currently not supported on 
Flink level, not sure whether we can redefine this behavior however at least it 
would make sense to mention it in doc that it is not supported
   
   Yes, ORDER BY allows sorting of any field in the input rows, but currently 
it is difficult to obtain the complete input rows for sorting in the function 
implementation. Therefore, the `ORDER BY` clause is not supported yet.
   I have added an explanation in the documentation.
   
   @snuyanzin, please help take a look again when you have time.
   
   


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to