Skip to content

Conversation

@somideshmukh
Copy link
Contributor

Made chnages in types.py file to change "return create_row(self, args)" to return create_row(self.fields, args)

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@JoshRosen
Copy link
Contributor

Could you add a regression test for this?

@JoshRosen
Copy link
Contributor

I see that you've updated this, but this still needs test code which exercises this function.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented May 7, 2016

I submitted a PR for this in #12973 because I guess the author is not answering for about four months.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented May 7, 2016

@JoshRosen Sorry, it was my mistake. It seems working as expected and not an issue.

>>> row = Row("f1", "f2")
>>> row(1, 2)
Row(f1=1, f2=2)

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.

4 participants