mattmartin14 commented on PR #1534:
URL: https://github.com/apache/iceberg-python/pull/1534#issuecomment-2654645955

   > the changes to `vendor/` is still there.
   > 
   > could you try something like
   > 
   > ```
   > git fetch origin main
   > git checkout origin/main vendor
   > ```
   > 
   > assuming that `origin` refers to the `apache/iceberg-python` repo. you can 
check this by running `git remote -v`
   
   Hey @kevinjqliu - i ran git remote -v and this is what i got:
   
   ```bash
   github       g...@github.com:apache-iceberg-python.git (fetch)
   github       g...@github.com:apache-iceberg-python.git (push)
   origin       https://github.com/StateFarmIns/iceberg-python.git (fetch)
   origin       https://github.com/StateFarmIns/iceberg-python.git (push)
   ```
   
   I'm not really sure where to go from here. I tried the commands:
   
   ```bash
   git fetch origin main
   ```
   which worked, followed by:
   
   ```bash
   git checkout origin main/vendor
   ```
   and got this error:
   
   ```bash
   error: pathspec 'main/vendor' did not match any file(s) known to git
   ```
   
   Any thoughts?


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to