HyukjinKwon commented on code in PR #37155:
URL: https://github.com/apache/spark/pull/37155#discussion_r917782751


##########
.github/workflows/build_and_test.yml:
##########
@@ -108,6 +113,14 @@ jobs:
           precondition="${precondition//$'\n'/'%0A'}"
           echo "::set-output name=required::$precondition"
         fi
+    - name: Generate infra image url
+      id: infra-image-outputs
+      run: |
+        # Convert to lowercase to meet docker repo name requirement

Review Comment:
   ```suggestion
           # Convert to lowercase to meet Docker repo name requirement
   ```



##########
.github/workflows/build_and_test.yml:
##########
@@ -108,6 +113,14 @@ jobs:
           precondition="${precondition//$'\n'/'%0A'}"
           echo "::set-output name=required::$precondition"
         fi
+    - name: Generate infra image url

Review Comment:
   ```suggestion
       - name: Generate infra image URL
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to