spotify / heroic

The Heroic Time Series Database
https://spotify.github.io/heroic/
Apache License 2.0
848 stars 109 forks source link

Remove static import statement that keep failing sporadically #747

Closed ao2017 closed 3 years ago

sming commented 3 years ago

@ao2017 do we have any idea why this is failing in this manner? A SO post or something?

codecov[bot] commented 3 years ago

Codecov Report

Merging #747 (3dc7bec) into master (687ca05) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #747   +/-   ##
=========================================
  Coverage     55.01%   55.01%           
  Complexity     3153     3153           
=========================================
  Files           747      746    -1     
  Lines         20388    20386    -2     
  Branches       1337     1337           
=========================================
  Hits          11216    11216           
+ Misses         8684     8682    -2     
  Partials        488      488           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 687ca05...3dc7bec. Read the comment docs.

ao2017 commented 3 years ago

@ao2017 do we have any idea why this is failing in this manner? A SO post or something?

SO post ??? I am not sure, this PR simply removes the static import statement

adsail commented 3 years ago

Which failure in particular is this intending to resolve?

ao2017 commented 3 years ago

Which failure in particular is this intending to resolve?

Failing to find distributions(), its occurs sporadically during compilation.

adsail commented 3 years ago

Which failure in particular is this intending to resolve?

Failing to find distributions(), its occurs sporadically during compilation.

I'm still getting the error on my local against this branch.