Skip to content

Conversation

@nils-braun
Copy link
Collaborator

After the refactoring for faster speed (#29), the columns on the frontend and backend might be different.
However, that might lead to problems in the assign function, which assumes all of those columns are there. This PR fixes this problem and adds a more complex test against regression.

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2020

Codecov Report

Merging #47 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines          802       802           
  Branches       108       108           
=========================================
  Hits           802       802           
Impacted Files Coverage Δ
dask_sql/datacontainer.py 100.00% <ø> (ø)

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 263cb7b...ccf4c58. Read the comment docs.

@nils-braun nils-braun merged commit d0565d5 into main Sep 26, 2020
@nils-braun nils-braun deleted the bugfix/only-assign-known-columns branch September 26, 2020 12:02
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