cxzl25 commented on code in PR #3757: URL: https://github.com/apache/celeborn/pull/3757#discussion_r3559266163
########## dev/dependencies.sh: ########## @@ -19,10 +19,6 @@ set -ex -# Explicitly set locale in order to make `sort` output consistent across machines. -# See https://stackoverflow.com/questions/28881 for more details. -export LC_ALL=C Review Comment: The way this global environment variable is written may cause some character exceptions to be displayed during Java compilation. Main ``` CelebornFlinkShim.java:23:38: ??: ????Tuple2 [WARNING] javac exited with exit code 1 ``` PR ``` CelebornFlinkShim.java:23:38: 错误: 无法访问Tuple2 [WARNING] javac exited with exit code 1 ``` -- 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]
