Skip to content

feat: Expose DFG and query plans on Timestream #2164

feat: Expose DFG and query plans on Timestream

feat: Expose DFG and query plans on Timestream #2164

GitHub Actions / clippy failed Sep 29, 2023 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.1 (d5c2e9c34 2023-09-13)
  • cargo 1.72.1 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (d5c2e9c 2023-09-13)

Annotations

Check failure on line 39 in crates/sparrow-compiler/src/dfg/expr.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `DfgExpr` has a public `len` method, but no `is_empty` method

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`