Skip to content

Conversation

@chrisvittal
Copy link
Collaborator

It remains experimental.

@staticmethod
@typecheck(tables=sequenceof(table_type), data_field_name=str, global_field_name=str)
def _multi_way_zip_join(tables, data_field_name, global_field_name) -> 'Table':
def multi_way_zip_join(tables, data_field_name, global_field_name) -> 'Table':
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't believe the behaviour of this will change in a backwards incompatible way. The only stabilization question that I think is unresolved is do we want these parameters to have default values?

Copy link
Member

Choose a reason for hiding this comment

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

Adding a default value is backwards compatible, so we can punt on that for now. But I also don't see any problem with just picking something reasonable like "row_fields" and "global_fields". I'm fine with either option, and ready to approve once you decide.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

leave them off for now then.

@danking danking merged commit de6aab9 into hail-is:master Jul 1, 2019
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