This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 02d05f4267 GH-49190: [C++][CI] Fix `unknown job 'odbc' error` in C++ 
Extra Workflow (#49192)
02d05f4267 is described below

commit 02d05f42674f429fb4f7630b6e5a8f7142ab6cf7
Author: Alina (Xi) Li <[email protected]>
AuthorDate: Mon Feb 9 13:25:43 2026 -0800

    GH-49190: [C++][CI] Fix `unknown job 'odbc' error` in C++ Extra Workflow 
(#49192)
    
    ### Rationale for this change
    See #49190
    
    ### What changes are included in this PR?
    
    Fix `unknown job 'odbc' error` caused by typo
    
    ### Are these changes tested?
    
    Tested in CI
    
    ### Are there any user-facing changes?
    
    N/A
    
    * GitHub Issue: #49190
    
    Authored-by: Alina (Xi) Li <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/cpp_extra.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml
index 34b1251343..8d7390dd52 100644
--- a/.github/workflows/cpp_extra.yml
+++ b/.github/workflows/cpp_extra.yml
@@ -534,7 +534,7 @@ jobs:
           if-no-files-found: error
 
   odbc-nightly:
-    needs: odbc
+    needs: odbc-msvc
     name: ODBC nightly
     runs-on: ubuntu-latest
     if: github.event_name == 'schedule' && github.repository == 'apache/arrow'

Reply via email to