Skip to content

feat: Expose DFG and query plans on Timestream #2163

feat: Expose DFG and query plans on Timestream

feat: Expose DFG and query plans on Timestream #2163

Triggered via pull request September 28, 2023 23:38
@bjchambersbjchambers
synchronize #780
Status Success
Total duration 17s
Artifacts

pr_labeler.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1 error
struct `DfgExpr` has a public `len` method, but no `is_empty` method: crates/sparrow-compiler/src/dfg/expr.rs#L39
error: struct `DfgExpr` has a public `len` method, but no `is_empty` method --> crates/sparrow-compiler/src/dfg/expr.rs:39:5 | 39 | pub fn len(&self) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty = note: `-D clippy::len-without-is-empty` implied by `-D warnings`