WeiZhong94 commented on a change in pull request #10103:
[FLINK-14506][python][build] Improve the release script for Python API release
package
URL: https://github.com/apache/flink/pull/10103#discussion_r347708068
##########
File path: flink-python/dev/lint-python.sh
##########
@@ -105,6 +105,30 @@ function check_valid_stage() {
return 1
}
+function components_args_parse() {
+ local REAL_COMPONENTS=()
+ for (( i = 0; i < ${#INSTALL_COMPONENTS[@]}; i++)); do
Review comment:
Can we use for-in here? It seems the variable "i" is unnecessary.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services