iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Pipe: Avoid constructing unnecessary pipe subtasks if db and pattern dismatch

Open SteveYurongSu opened this issue 1 year ago • 2 comments

SteveYurongSu avatar Oct 22 '24 11:10 SteveYurongSu

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.

Project coverage is 39.84%. Comparing base (574ba8d) to head (9e617e7). Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
...xtractor/dataregion/DataRegionListeningFilter.java 0.00% 17 Missing :warning:
...otdb/db/pipe/agent/task/PipeDataNodeTaskAgent.java 0.00% 3 Missing :warning:
...b/pipe/agent/task/builder/PipeDataNodeBuilder.java 0.00% 3 Missing :warning:
...s/pipe/datastructure/pattern/IoTDBTreePattern.java 0.00% 3 Missing :warning:
.../pipe/datastructure/pattern/PrefixTreePattern.java 0.00% 3 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13873      +/-   ##
============================================
+ Coverage     39.83%   39.84%   +0.01%     
  Complexity       71       71              
============================================
  Files          4153     4153              
  Lines        262868   262913      +45     
  Branches      32010    32021      +11     
============================================
+ Hits         104708   104756      +48     
+ Misses       158160   158157       -3     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 22 '24 12:10 codecov[bot]