kou commented on code in PR #2425:
URL: https://github.com/apache/arrow-adbc/pull/2425#discussion_r1908081775
##########
.github/workflows/nightly-verify.yml:
##########
@@ -190,6 +190,11 @@ jobs:
pushd arrow-adbc
docker compose run --rm cpp-clang-latest
+ - name: cpp-clang-latest
+ run: |
+ pushd arrow-adbc
+ docker compose run --rm cpp-clang-latest
Review Comment:
```suggestion
- name: cpp-gcc-latest
run: |
pushd arrow-adbc
docker compose run --rm cpp-gcc-latest
```
--
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]