You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original main contains several big files that have to be cleaned.
A recent history has been rewritten, and the old main branch is forcibly pushed, to clean up big objects introduced since 9a3e045 (tests/suites/0_stateless/13_tpch/data/*):
The original main contains several big files that have to be cleaned.
A recent history has been rewritten, and the old main branch is forcibly pushed, to clean up big objects introduced since 9a3e045 (
tests/suites/0_stateless/13_tpch/data/*
):Origin main:
commit d06cc14660c82ba9bf73e95d33373467ed58c1bf (tag: v0.8.6-nightly, before-clean)
.New main:
commit 34a6160edd7d6f05472727ead6d0830bbfaf98b1 (main)
.Update your working branch
If your current work is based on the original main, you will have to rebase your branch onto the new
main
branch(34a6160). E.g.:Backup your branch first!
Troubleshooting
If the rebase mentioned above encounters a lot of conflicts, other choices are:
If your working branch contains just a few simple commits, use cherry-pick:
Otherwise, try rebuilding a squashed commit upon the new
main
:Replace
my_branch
andcommit_message
with your working branch and some great commit message.Backup first!!!
The text was updated successfully, but these errors were encountered: