You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/04 19:04:30 UTC

[GitHub] [arrow-rs] alamb edited a comment on pull request #381: Respect max rowgroup size in Arrow writer

alamb edited a comment on pull request #381:
URL: https://github.com/apache/arrow-rs/pull/381#issuecomment-854940903


   I could not automatically cherry pick this to active_release (what will become `4.3.0`) so if we want to do so we will have to do it manually
   
   ```
   alamb@ip-10-0-0-124:~/Software/arrow-rs$ CHERRY_PICK_SHA=7ec3158     ARROW_GITHUB_API_TOKEN=$ARROW_GITHUB_API_TOKEN CHECKOUT_ROOT=/tmp/arrow-rs  python3 dev/release/cherry-pick-pr.py
   CHERRY_PICK_SHA=7ec3158     ARROW_GITHUB_API_TOKEN=$ARROW_GITHUB_API_TOKEN CHECKOUT_ROOT=/tmp/arrow-rs  python3 dev/release/cherry-pick-pr.py
   Using checkout in /tmp/arrow-rs
   Creating cherry pick from 7ec3158b to cherry_pick_7ec3158b
   remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0        
   From github.com:apache/arrow-rs
    * branch              master     -> FETCH_HEAD
   From github.com:apache/arrow-rs
    * branch              active_release -> FETCH_HEAD
   fatal: A branch named 'cherry_pick_7ec3158b' already exists.
   Command failed: ['git', 'checkout', '-b', 'cherry_pick_7ec3158b']
   With output:
   --------------
   b''
   --------------
   Traceback (most recent call last):
     File "/Users/alamb/Software/arrow-rs/dev/release/cherry-pick-pr.py", line 153, in <module>
       make_cherry_pick()
     File "/Users/alamb/Software/arrow-rs/dev/release/cherry-pick-pr.py", line 114, in make_cherry_pick
       run_cmd(['git', 'checkout', '-b', new_branch])
     File "/Users/alamb/Software/arrow-rs/dev/release/cherry-pick-pr.py", line 78, in run_cmd
       raise e
     File "/Users/alamb/Software/arrow-rs/dev/release/cherry-pick-pr.py", line 70, in run_cmd
       output = subprocess.check_output(cmd)
     File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 424, in check_output
       return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
     File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
       raise CalledProcessError(retcode, process.args,
   subprocess.CalledProcessError: Command '['git', 'checkout', '-b', 'cherry_pick_7ec3158b']' returned non-zero exit status 128.
   alamb@ip-10-0-0-124:~/Software/arrow-rs$ 
   ```
   
   Edit -- I will try again once I have cherry-picked https://github.com/apache/arrow-rs/pull/307


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org