kou commented on code in PR #20: URL: https://github.com/apache/arrow-dotnet/pull/20#discussion_r2297384388
########## test/Apache.Arrow.Tests/BooleanArrayTests.cs: ########## @@ -134,10 +134,10 @@ public void SwapsExpectedBits() Assert.False(array.GetValue(0).Value); Assert.True(array.GetValue(7).HasValue); Assert.True(array.GetValue(7).Value); - #pragma warning disable CS0618 +#pragma warning disable CS0618 Review Comment: Is this OK? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org