[Discuss] Keep the commit history when adding a new spark version #11352
Replies: 4 comments 1 reply
|
+1 on keep the old commit history.
This may be difficult to achieve as we usually amend fixes when addressing the review/comments. Using a single commit can keep the git log much cleaner and People can always to lookup the changes in GH pull requests |
I agree. Let's follow the Iceberg approach:
So,
If there are no objections, I’ll create a PR to enable rebase. |
This comment has been hidden.
This comment has been hidden.
|
Let's try to enable the rebase to merge for some time. It it's wrongly used frequently, let's disable it. Meanwhile we will check every PR's merge status everyday. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi guys,
Referring to this mail list archive, I suggest we follow a similar approach when Gluten supports a new Spark version. The log below is from https://github.com/apache/iceberg:
The proposed changes for Gluten are:
Here is a PR I have provided: #11347. After merging, the history would look like this:
Below is how this would appear in different IDEs:
For instance, PR #11331 introduced ColumnarArrayShim. Checking its history reveals:
All reactions