liuxunorg commented on issue #3412: [ZEPPELIN-3065] Personalized mode does not allow multiple users to run the same paragraph at the same time URL: https://github.com/apache/zeppelin/pull/3412#issuecomment-515278149 @srehmann , The branch code you develop needs to be kept at the top of all commit records. Now your branch, because there is no rebase to the top, is currently unable to submit.  1. You need to save your modified code as a patch file. 2. To clean up your branch again, first make your branch and /apach/zeppelin commit records consistent, then apply your patch file and resubmit. If you don't do the above, then you can: 1. Save your own modified code. 2. Re-create a new branch on the latest master branch; 3. On the new branch, modify the code; 4. Re-pull this new branch; Before committing the code in the future, you have to execute it to ensure that your code branch is the top layer so that you can merge it. ``` git rebase upstream/master ``` Don't be discouraged, familiar with git operations, there will be no problems in the future. :-)
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services