Skip to content

Conversation

@tpoterba
Copy link
Contributor

@tpoterba tpoterba commented Aug 3, 2020

Whitespace-only bugfix. Yay Python!

Fixes #9163

Whitespace-only bugfix. Yay Python!

Fixes hail-is#9163
from .expression_utils import get_refs
for name, inds in get_refs(e, *[e for a in e._aggregations for e in a.exprs]).items():
sources[inds.source].append(str(name))
raise ExpressionException(
Copy link
Collaborator

Choose a reason for hiding this comment

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

oh no

@danking danking merged commit d5df86a into hail-is:main 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.

Bad error message

3 participants