Add SQL aggregates ANY, SOME, EVERY and their COLL_ versions (#360) #2245
ci_build_test.yml
on: push
Create conformance report for `push` and `pull_request` events
9m 42s
Matrix: Build and Test
Matrix: cargo-deny
Create comparison report for `pull_request` event
0s
Annotations
1 error and 3 warnings
Create conformance report for `push` and `pull_request` events
Process completed with exit code 101.
|
field `id` is never read:
partiql-catalog/src/lib.rs#L139
warning: field `id` is never read
--> partiql-catalog/src/lib.rs:139:5
|
138 | pub struct FunctionEntry<'a> {
| ------------- field in this struct
139 | id: ObjectId,
| ^^
|
= note: `FunctionEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
fields `id` and `ty` are never read:
partiql-catalog/src/lib.rs#L133
warning: fields `id` and `ty` are never read
--> partiql-catalog/src/lib.rs:133:5
|
132 | pub struct TypeEntry {
| --------- fields in this struct
133 | id: ObjectId,
| ^^
134 | ty: PartiqlType,
| ^^
|
= note: `TypeEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
Build and Test (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact
Expired
|
1010 KB |
|