sql-machine-learning / sqlflow

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

Increase max length per row of sqlfs in the Python side #3054

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

Address https://github.com/sql-machine-learning/sqlflow/pull/3047#discussion_r509834850 .

codecov-io commented 4 years ago

Codecov Report

Merging #3054 into develop will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3054      +/-   ##
===========================================
+ Coverage    50.24%   50.31%   +0.06%     
===========================================
  Files          250      251       +1     
  Lines        17999    18006       +7     
===========================================
+ Hits          9044     9059      +15     
+ Misses        8264     8256       -8     
  Partials       691      691              
Impacted Files Coverage Δ
python/runtime/model/db.py 90.14% <100.00%> (ø)
...hon/runtime/local/tensorflow_submitter/evaluate.py 0.00% <0.00%> (-25.81%) :arrow_down:
python/runtime/pai/entry.py 0.00% <0.00%> (ø)
python/runtime/local/submitter.py 43.47% <0.00%> (ø)
python/runtime/local/xgboost_submitter/evaluate.py 91.42% <0.00%> (ø)
...ython/runtime/pai/tensorflow_submitter/evaluate.py 0.00% <0.00%> (ø)
python/runtime/step/tensorflow/evaluate.py 32.43% <0.00%> (ø)
python/runtime/pai/submitter_evaluate.py 32.25% <0.00%> (+8.34%) :arrow_up:

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 57604e8...f2b1880. Read the comment docs.