Vishwanatha-HD commented on code in PR #48195:
URL: https://github.com/apache/arrow/pull/48195#discussion_r2551959845
##########
testing:
##########
Review Comment:
Hi @kou.. Yes certainly, this is needless.. But what is happening is that
even if I do a checkout of a main branch.. If I do a "git status" I am seeing
this "testing" as part of un-staged changes.. I tried doing a "git restore
testing" or "git reset --hard HEAD".. Even then, I am seeing this "testing"
changes as part of un-staged changes..
Can you please suggest me, what should I do here.. Is this some
infrastructure issue?..
>>>>>>>> git checkout main
M testing
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
>>>>>>>>>> git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: testing (new commits)
no changes added to commit (use "git add" and/or "git commit -a")
>>>>>>>>>> git reset --hard HEAD
HEAD is now at 2fb2f79a1 GH-48186: [CI][Dev] Remove
ci/scripts/util_wait_for_it.sh (#48189)
>>>>>>>>>>> git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: testing (new commits)
no changes added to commit (use "git add" and/or "git commit -a")
>>>>>>> git restore testing
>>>>>>> git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: testing (new commits)
no changes added to commit (use "git add" and/or "git commit -a")
--
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]