Commits


Eric Erhardt authored and Uwe L. Korn committed c35a3e6e6c5
ARROW-4737: run C# tests in CI The C# tests aren't running in CI because they are being filtered out. Adding detection logic for C#, so the tests run when `csharp` code changes. @wesm @chutchinson @pgovind Author: Eric Erhardt <eric.erhardt@microsoft.com> Closes #3788 from eerhardt/FixCSharpCI and squashes the following commits: 7aaf8aa5 <Eric Erhardt> ARROW-4737: run C# tests in CI