platinumhamburg commented on PR #2279: URL: https://github.com/apache/fluss/pull/2279#issuecomment-3712725413
> I reverted to the first commit and resubmitted, but the `SetClusterConfigProcedure` file is still being deleted. This is strange, and I haven't resolved this issue yet. @sd4324530 No worries—this is actually expected behavior. When you revert to an earlier commit and resubmit, Git (and GitHub) determine whether a file is "renamed" or "deleted + added" based on content similarity. If the new version of SetClusterConfigProcedure differs significantly from the original (i.e., less than 50% of the lines are unchanged), Git treats it as a deletion of the old file and creation of a new one, rather than a rename. So even though you reverted and resubmitted, the system still shows it as deleted because the content similarity fell below the threshold. Overall, this aligns with how Git’s rename detection works. -- 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]
