You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/21 11:17:31 UTC

[GitHub] [flink] JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-576636672
 
 
   I didn't find out why, but keep deep diving.
   `LastValueAggFunctionWithOrderTest`  has not been changed for a long time, and relevant changes should not cause this problem.
   It seems likely to have something related to the java compiler environment.
   
   This PR remove `Arrays.asList`, which is the most common cause of this error. So I think we can merge this first to avoid potential compile error risk.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services