kou commented on PR #36818: URL: https://github.com/apache/arrow/pull/36818#issuecomment-1651005416
Ah, our RC verification script https://github.com/apache/arrow/blob/main/dev/release/verify-release-candidate.bat doesn't test the C# part... We need to add it. Could you open an issue for it? Does the following log show that this case was tested? https://github.com/apache/arrow/actions/runs/5626539222/job/15247546402?pr=36818#step:6:68 ```text Test run for D:\a\arrow\arrow\csharp\artifacts\Apache.Arrow.Tests\Debug\net472\Apache.Arrow.Tests.dll (.NETFramework,Version=v4.7.2) Microsoft (R) Test Execution Command Line Tool Version 17.6.3 (x64) Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... A total of 1 test files matched the specified pattern. Passed! - Failed: 0, Passed: 1110, Skipped: 0, Total: 1110, Duration: 5 s - Apache.Arrow.Tests.dll (net472) ``` -- 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]
