HashidaTKS commented on pull request #11931: URL: https://github.com/apache/arrow/pull/11931#issuecomment-996005411
The merge commit (8ed8f95) seems to be causing irrelevant diffs. Could you modify it? ``` git checkout CSharpUnitTesting git remote add upstream https://github.com/apache/arrow.git git fetch upstream git reset --soft HEAD~2 git stash git rebase upstream/master git stash pop git add csharp/src/Apache.Arrow/Arrays/ArrayDataTypeComparer.cs csharp/src/Apache.Arrow/Arrays/ArrayTypeComparer.cs csharp/src/Apache.Arrow/Arrays/FieldComparer.cs csharp/test/Apache.Arrow.Tests/TableTests.cs csharp/src/Apache.Arrow/Column.cs git commit git push -f origin CSharpUnitTesting ``` -- 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]
