kou commented on issue #41127:
URL: https://github.com/apache/arrow/issues/41127#issuecomment-2048452749

   Hmm. It seems that `git clone` failed:
   
   
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=62987&view=logs&j=50a69d0a-7972-5459-cdae-135ee6ebe312&t=344e7f7d-9526-5715-882a-1f0e8858127b&l=13
   
   ```text
   fatal: couldn't find remote ref maint-16.0.0
   error: pathspec 'FETCH_HEAD' did not match any file(s) known to git
   ```
   
   Could you try this on `maint-16.0.0`?
   
   ```diff
   diff --git a/dev/tasks/docker-tests/azure.linux.yml 
b/dev/tasks/docker-tests/azure.linux.yml
   index b66bfbdfe9..a2c49d9f29 100644
   --- a/dev/tasks/docker-tests/azure.linux.yml
   +++ b/dev/tasks/docker-tests/azure.linux.yml
   @@ -34,13 +34,7 @@ jobs:
        inputs:
          versionSpec: '3.8'
    
   -  - script: |
   -      git clone --no-checkout {{ arrow.remote }} arrow
   -      git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
   -      git -C arrow checkout FETCH_HEAD
   -      git -C arrow submodule update --init --recursive
   -      git -C arrow remote add upstream https://github.com/apache/arrow.git
   -    displayName: Clone arrow
   +  {{ macros.azure_checkout_arrow() }}
    
      - script: pip install -e arrow/dev/archery[docker]
        displayName: Setup Archery
   ```


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

Reply via email to