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: us...@infra.apache.org With regards, Apache Git Services