Skip to content

Conversation

@johnc1231
Copy link
Contributor

CHANGELOG: Fix bug that prevented concatenating ndarrays that are fields of a table

Two bugs:

  1. We can't call .typ on concat_ir, since that kicks off the type inference process before this IR gets wrapped in a TableIR that provides the necessary context to infer the type.
  2. We need to _compute_type on self.nds as a whole, not just each of its args.

@akotlar
Copy link
Contributor

akotlar commented Jul 28, 2020

Thanks John!

@danking danking merged commit e459c3c into hail-is:master Jul 28, 2020
annamiraotoole pushed a commit to annamiraotoole/hail that referenced this pull request Aug 3, 2020
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