lindong28 opened a new pull request, #89: URL: https://github.com/apache/flink-ml/pull/89
Currently the Java 8 Build log from github action could contain 20000+ lines of logs with redundant information such as `Progress (1): 17/36 MB` [1]. This information is typically not useful for developers and make it hard to find the useful information from the github webpage. This PR uses the `--no-transfer-progress` option to suppress the output of downloading messages [2]. [1] https://github.com/apache/flink-ml/runs/6106425232?check_suite_focus=true [2] https://stackoverflow.com/questions/21638697/disable-maven-download-progress-indication -- 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]
