Updated REAMDE_DREMIO.md #35
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
csharp/src/Apache.Arrow/Memory/NativeMemoryManager.cs#L43
Adding a finalizer to a type derived from MemoryManager<T> may permit memory to be freed while it is still in use by a Span<T> (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2015)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L274
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L68
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L247
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L252
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L291
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L292
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L293
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L304
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L305
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
The logs for this run have expired and are no longer available.
Loading