GH-48160: [C++][Gandiva] Pass CPU attributes to LLVM (#48161) #4
Annotations
15 warnings
|
|
|
|
|
|
|
|
|
|
|
csharp/test/Apache.Arrow.Tests/DurationArrayTests.cs#L118
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
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)
|
|
csharp/src/Apache.Arrow/Arrays/Decimal256Array.cs#L234
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
csharp/src/Apache.Arrow/Arrays/Decimal256Array.cs#L234
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading