leesf commented on PR #358: URL: https://github.com/apache/incubator-livy/pull/358#issuecomment-1305459101
> Hi @leesf: > > This is what I see in my LIVY-896. I should already be on top of latest master commit ([4d8a912](https://github.com/apache/incubator-livy/commit/4d8a912699683b973eee76d4e91447d769a0cb0d)). > > I just tried "git checkout master && git pull". I didn't see any new changes from master branch. > > ``` > commit fb5f9d08d0a6dc84a62658269bcbb3522d37a0ac (HEAD -> LIVY-896, origin/LIVY-896) > Author: Jeff Xu <[email protected]> > Date: Fri Oct 14 12:53:10 2022 -0700 > > [LIVY-896] Livy not capture spark-submit error exit if timing is right > > commit 4d8a912699683b973eee76d4e91447d769a0cb0d (origin/master, origin/HEAD, master) > Author: Marco Gaido <[email protected]> > Date: Fri Aug 14 17:25:54 2020 -0700 > ``` > > Thanks, Jeff @jeff-xu-z something must be wrong, you would see that I did push a fix on the master branch. maybe you need `git checkout master && git pull upstream master` the apache/livy repo should be upstream instead of origin in your config? -- 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]
