Skip to content

ARROW-1908: [Python] Construction of arrow table from pandas DataFrame with duplicate column names crashes#1405

Closed
cpcloud wants to merge 1 commit intoapache:masterfrom
cpcloud:ARROW-1908
Closed

ARROW-1908: [Python] Construction of arrow table from pandas DataFrame with duplicate column names crashes#1405
cpcloud wants to merge 1 commit intoapache:masterfrom
cpcloud:ARROW-1908

Conversation

@cpcloud
Copy link
Contributor

@cpcloud cpcloud commented Dec 9, 2017

No description provided.

@cpcloud
Copy link
Contributor Author

cpcloud commented Dec 9, 2017

@wesm can you review this when you get a chance?

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1, looks good, thank you!

OwnedRef iter(PyObject_GetIter(obj));
RETURN_IF_PYERROR();

PyObject* item = NULLPTR;
Copy link
Member

Choose a reason for hiding this comment

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

For future reference, no need to use the macro form of null here, since C++/CLI only is impacted by the header files, I think

@wesm wesm closed this in 74b2ebe Dec 10, 2017
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.

2 participants