Copilot commented on code in PR #10231:
URL: 
https://github.com/apache/incubator-gluten/pull/10231#discussion_r2223079795


##########
.github/workflows/docker_image.yml:
##########
@@ -297,12 +322,12 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        digests: [ vcpkg-centos-8, centos-8-jdk8, centos-8-jdk11, 
centos-8-jdk17 ]
+        digests: [ vcpkg-centos-8, vcpkg-centos-9, centos-8-jdk8, 
centos-8-jdk11, centos-8-jdk17, centos-9-jdk8, centos-9-jdk11, centos-9-jdk17 ]

Review Comment:
   There is an incorrect comma character (,) after 'vcpkg-centos-9'. It should 
be replaced with a standard comma (,).
   ```suggestion
           digests: [ vcpkg-centos-8, vcpkg-centos-9, centos-8-jdk8, 
centos-8-jdk11, centos-8-jdk17, centos-9-jdk8, centos-9-jdk11, centos-9-jdk17 ]
   ```



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