chore: modified add_actions_table to use streams #10542
Annotations
10 errors, 10 warnings, and 1 notice
|
Run tests:
crates/core/src/protocol/mod.rs#L978
no method named `try_collect` found for struct `Pin<Box<dyn Stream<Item = Result<RecordBatch, ...>> + Send>>` in the current scope
|
|
Run tests:
crates/core/src/protocol/mod.rs#L978
this method takes 2 arguments but 1 argument was supplied
|
|
Run tests:
crates/core/src/protocol/mod.rs#L900
no method named `try_collect` found for struct `Pin<Box<dyn Stream<Item = Result<RecordBatch, ...>> + Send>>` in the current scope
|
|
Run tests:
crates/core/src/protocol/mod.rs#L900
this method takes 2 arguments but 1 argument was supplied
|
|
Run tests:
crates/core/src/protocol/mod.rs#L848
no method named `try_collect` found for struct `Pin<Box<dyn Stream<Item = Result<RecordBatch, ...>> + Send>>` in the current scope
|
|
Run tests:
crates/core/src/protocol/mod.rs#L848
this method takes 2 arguments but 1 argument was supplied
|
|
Run tests:
crates/core/src/protocol/mod.rs#L789
no method named `try_collect` found for struct `Pin<Box<dyn Stream<Item = Result<RecordBatch, ...>> + Send>>` in the current scope
|
|
Run tests:
crates/core/src/protocol/mod.rs#L789
this method takes 2 arguments but 1 argument was supplied
|
|
Run tests:
crates/core/src/protocol/mod.rs#L744
no method named `try_collect` found for struct `Pin<Box<dyn Stream<Item = Result<RecordBatch, ...>> + Send>>` in the current scope
|
|
Run tests:
crates/core/src/protocol/mod.rs#L744
this method takes 2 arguments but 1 argument was supplied
|
|
Run tests:
crates/core/src/kernel/models/actions.rs#L193
use of deprecated struct `kernel::models::actions::ProtocolInner`: Just an internal shim for adopting kernel actions
|
|
Run tests:
crates/core/src/kernel/models/actions.rs#L271
use of deprecated struct `kernel::models::actions::ProtocolInner`: Just an internal shim for adopting kernel actions
|
|
Run tests:
crates/core/src/kernel/models/actions.rs#L260
use of deprecated struct `kernel::models::actions::ProtocolInner`: Just an internal shim for adopting kernel actions
|
|
Run tests:
crates/core/src/kernel/models/actions.rs#L181
use of deprecated trait `kernel::models::actions::ProtocolExt`: stop-gap for adopting kernel actions
|
|
Run tests:
crates/core/src/kernel/models/actions.rs#L56
use of deprecated trait `kernel::models::actions::MetadataExt`: stop-gap for adopting kernel actions
|
|
Run tests:
crates/core/src/lib.rs#L100
unused import: `futures::TryStreamExt`
|
|
Run tests:
crates/core/src/table/state.rs#L28
unused import: `open_table`
|
|
Run tests:
crates/core/src/table/state.rs#L17
unused import: `builder`
|
|
Run tests:
crates/core/src/table/state.rs#L5
unused import: `arrow::compute::concat_batches`
|
|
Run tests:
crates/core/src/protocol/mod.rs#L10
unused import: `futures::TryStreamExt`
|
|
Post Setup sccache
97% - 924 hits, 31 misses, 0 errors
|
Loading