Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WIP: Fix incorrect select behaviour on row tables#5

Merged
quinnj merged 4 commits into
masterfrom
rf/select-fix
Feb 25, 2020
Merged

WIP: Fix incorrect select behaviour on row tables#5
quinnj merged 4 commits into
masterfrom
rf/select-fix

Conversation

@rofinn

@rofinn rofinn commented Feb 24, 2020

Copy link
Copy Markdown
Member

When selecting columns (except the first column) the returned table will use the first column values with the desired column header. I've provided tests demonstrating the issue, but I'm having difficulty following the select iteration code to figure out where the issue is coming from.

@codecov-io

codecov-io commented Feb 24, 2020

Copy link
Copy Markdown

Codecov Report

Merging #5 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   94.26%   94.26%           
=======================================
  Files           1        1           
  Lines         122      122           
=======================================
  Hits          115      115           
  Misses          7        7
Impacted Files Coverage Δ
src/TableOperations.jl 94.26% <100%> (ø) ⬆️

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 1bed9ea...87bb787. Read the comment docs.

@quinnj quinnj merged commit 68e870b into master Feb 25, 2020
@quinnj quinnj deleted the rf/select-fix branch February 25, 2020 04:41
@rofinn

rofinn commented Feb 25, 2020

Copy link
Copy Markdown
Member Author

Wow, that was fast. Thanks @quinnj !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants