feat: Add Delta Kernel FFI support for read path and expose Apache.Arrow.Table and Microsoft.Data.Analysis.DataFrame read interface #172
Annotations
2 errors and 14 warnings
|
Build
The operation was canceled.
|
Build:
src/DeltaLake/Kernel/Arrow/Handlers/ArrowFFIInterOpHandler.cs#L45
XML comment has syntactically incorrect cref attribute 'RecordBatch*'
|
Build:
src/DeltaLake/Kernel/Arrow/Handlers/ArrowFFIInterOpHandler.cs#L45
XML comment has syntactically incorrect cref attribute 'RecordBatch**'
|
Build:
src/DeltaLake/Interfaces/ITable.cs#L135
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
Build:
src/DeltaLake/Kernel/Arrow/Handlers/ArrowFFIInterOpHandler.cs#L49
This takes the address of, gets the size of, or declares a pointer to a managed type ('ArrowContext')
|
Build:
src/DeltaLake/Kernel/Arrow/Handlers/IArrowInteropHandler.cs#L28
This takes the address of, gets the size of, or declares a pointer to a managed type ('ArrowContext')
|
Build:
src/DeltaLake/Kernel/State/ArrowContext.cs#L27
This takes the address of, gets the size of, or declares a pointer to a managed type ('RecordBatch')
|
Build:
src/DeltaLake/Kernel/State/ArrowContext.cs#L28
This takes the address of, gets the size of, or declares a pointer to a managed type ('BooleanArray')
|
Build:
src/DeltaLake/Kernel/State/EngineContext.cs#L59
This takes the address of, gets the size of, or declares a pointer to a managed type ('ArrowContext')
|
Build:
src/DeltaLake/Table/TableMetadata.cs#L38
Nullability of reference types in value of type 'Dictionary<string, string>' doesn't match target type 'IReadOnlyDictionary<string, string?>'.
|
Build:
src/DeltaLake/Kernel/State/ArrowContext.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading