Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added MatrixUnionCols IR #5037

Merged
merged 4 commits into from
Dec 24, 2018
Merged

added MatrixUnionCols IR #5037

merged 4 commits into from
Dec 24, 2018

Conversation

cseed
Copy link
Contributor

@cseed cseed commented Dec 22, 2018

No description provided.

Copy link
Contributor

@tpoterba tpoterba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice

@@ -917,6 +923,10 @@ object PruneDeadFields {
case MatrixFilterEntries(child, pred) =>
val child2 = rebuild(child, memo)
MatrixFilterEntries(child2, rebuild(pred, child2.typ, memo))
case MatrixUnionCols(left, right) =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the base case, you can delete.

@cseed cseed dismissed tpoterba’s stale review December 22, 2018 03:03

addressed comments

@danking danking merged commit 92421d4 into hail-is:master Dec 24, 2018
bcajes pushed a commit to bcajes/hail that referenced this pull request Jan 4, 2019
* added MatrixUnionCols IR

* fixed bugs

* fixed bug

* fix bug
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