sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.05k stars 697 forks source link

Refine SQLFS reader #3100

Closed sneaxiy closed 3 years ago

sneaxiy commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #3100 (3e9197c) into develop (c9d48b1) will decrease coverage by 48.45%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #3100       +/-   ##
===========================================
- Coverage    50.88%   2.43%   -48.46%     
===========================================
  Files          248     165       -83     
  Lines        18447   11397     -7050     
===========================================
- Hits          9387     277     -9110     
- Misses        8364   11075     +2711     
+ Partials       696      45      -651     
Impacted Files Coverage Δ
python/runtime/temp_file.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/pai/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/local/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/model/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/db_writer/mysql.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/feature/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/xgboost/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/verifier/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/verifier/verifier.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/db_writer/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 203 more

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 c9d48b1...3e9197c. Read the comment docs.