davidzollo commented on PR #6511: URL: https://github.com/apache/seatunnel/pull/6511#issuecomment-2002417865
Hi @GangLiCN , thanks for your first contribution, the CI is not pass It is possible your branch is based on the old dev branch in Apache SeaTunnel, please sync your branch to the latest dev branch. For example as below: ``` git fetch upstream git rebase upstream/dev git push origin YOUR_BRANCH --force ``` -- 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]
