go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

feature/odbc: ODBC DataSource for Sif #32

Closed Ghnuberath closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (59f8017) into main (56131d6) will increase coverage by 0.12%. The diff coverage is 48.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   61.58%   61.71%   +0.12%     
==========================================
  Files          77       82       +5     
  Lines        5087     5320     +233     
==========================================
+ Hits         3133     3283     +150     
- Misses       1604     1668      +64     
- Partials      350      369      +19     
Impacted Files Coverage Δ
datasource/odbc/odbc_utils.go 41.28% <41.28%> (ø)
datasource/odbc/odbc_datasource_partitionloader.go 41.93% <41.93%> (ø)
datasource/odbc/odbc_datasource.go 45.00% <45.00%> (ø)
...asource/odbc/odbc_datasource_partition_iterator.go 68.08% <68.08%> (ø)
datasource/odbc/odbc_datasource_partitionmap.go 100.00% <100.00%> (ø)
internal/pindex/tree/partition_tree.go 73.91% <0.00%> (+1.24%) :arrow_up:
internal/dataframe/plan_executor.go 73.66% <0.00%> (+2.84%) :arrow_up:
internal/partition/row.go 46.05% <0.00%> (+3.68%) :arrow_up:
column_type.go 42.25% <0.00%> (+5.63%) :arrow_up:
...ternal/pindex/bucketed/bucketed_partition_index.go 62.19% <0.00%> (+7.31%) :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 56131d6...59f8017. Read the comment docs.