sql-machine-learning / sqlflow

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

Fix typo #3097

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

readNextBlocks -> readNextFragments

codecov-io commented 4 years ago

Codecov Report

Merging #3097 into develop will decrease coverage by 0.80%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3097      +/-   ##
===========================================
- Coverage    50.88%   50.07%   -0.81%     
===========================================
  Files          248      248              
  Lines        18447    18447              
===========================================
- Hits          9387     9238     -149     
- Misses        8364     8521     +157     
+ Partials       696      688       -8     
Impacted Files Coverage Δ
go/sqlfs/reader.go 68.75% <100.00%> (ø)
python/runtime/dbapi/hive_test.py 23.40% <0.00%> (-68.09%) :arrow_down:
go/sqlfs/writer.go 33.33% <0.00%> (-66.67%) :arrow_down:
python/runtime/dbapi/hive.py 29.03% <0.00%> (-61.30%) :arrow_down:
go/sqlfs/hive_writer.go 0.00% <0.00%> (-59.10%) :arrow_down:
go/database/testing.go 33.80% <0.00%> (-22.54%) :arrow_down:
go/sqlfs/flush_write_closer.go 73.91% <0.00%> (-8.70%) :arrow_down:
python/runtime/testing.py 38.70% <0.00%> (-4.84%) :arrow_down:
go/cmd/sqlflowserver/testing.go 56.19% <0.00%> (-4.29%) :arrow_down:
go/sqlfs/table.go 33.33% <0.00%> (-4.17%) :arrow_down:
... and 3 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 3630751...3c0c220. Read the comment docs.