GH-36078: [C#] Flight SQL implementation for C# #1973
Annotations
10 warnings
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>
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L647
Possible null reference assignment.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L645
Non-nullable property 'Descriptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L629
Non-nullable property 'MethodCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L630
Non-nullable property 'HostCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L631
Non-nullable property 'PeerCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L633
Non-nullable property 'RequestHeadersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L635
Non-nullable property 'ResponseTrailersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Non-nullable property 'WriteOptionsCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading