Duckdb updates #743
Annotations
10 errors and 2 warnings
crates/duckdb/src/core/data_chunk.rs#L108
usage of an `Arc` that is not `Send` and `Sync`
|
crates/duckdb/src/core/data_chunk.rs#L115
usage of an `Arc` that is not `Send` and `Sync`
|
crates/duckdb/src/core/data_chunk.rs#L124
usage of an `Arc` that is not `Send` and `Sync`
|
crates/duckdb/src/core/logical_type.rs#L459
unsafe function's docs miss `# Safety` section
|
crates/duckdb/src/core/vector.rs#L36
unsafe function's docs miss `# Safety` section
|
crates/duckdb/src/core/vector.rs#L101
this lifetime isn't used in the function definition
|
crates/duckdb/src/core/vector.rs#L107
this lifetime isn't used in the function definition
|
crates/duckdb/src/core/vector.rs#L366
usage of an `Arc` that is not `Send` and `Sync`
|
crates/duckdb/src/core/vector.rs#L376
usage of an `Arc` that is not `Send` and `Sync`
|
crates/duckdb/src/core/vector.rs#L414
useless conversion to the same type: `core::vector::VectorHandle`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, hecrj/setup-rust-action@v1, robinraju/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading