anew2018 opened a new issue #3201:
URL: https://github.com/apache/iceberg/issues/3201


   hi, I execute sql like:
   Flink SQL> select
   >         series_2, series_3,ROW_NUMBER() over(partition by series_2 order 
by series_3) as rownum
   >         from dwd_my_series_model_t
   >         group by series_2,series_3;


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