Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Fix return type for DataFrame.groupBy / cube / rollup #131

Merged
merged 2 commits into from May 21, 2019
Merged

Fix return type for DataFrame.groupBy / cube / rollup #131

merged 2 commits into from May 21, 2019

Conversation

dangercrow
Copy link

2.3 has these data types and I was erroneously gettting errors for them.

Note this is a port of e2d225f

I tried a cherry-pick but it had some issues (not sure why)

@zero323
Copy link
Owner

zero323 commented May 19, 2019

Thanks for the PR @dangercrow

I tried a cherry-pick but it had some issues (not sure why)

There is quite a bit of history between these two, and cherry picking might get tricky.

Please make sure that your PR passes CI build.

I should really install a proper IDE on my machine.
@dangercrow
Copy link
Author

dangercrow commented May 20, 2019

FYI I did also have plans to update the Column.__eq__ signature as I think I ran into some issues with that also.

@zero323
Copy link
Owner

zero323 commented May 21, 2019

FYI I did also have plans to update the Column.__eq__ signature as I think I ran into some issues with that also.

Please be sure to check #2 first. At the moment all annotations for comparison dunder methods are explicitly ignored.

@zero323 zero323 merged commit 3f1253b into zero323:branch-2.3 May 21, 2019
@zero323
Copy link
Owner

zero323 commented May 21, 2019

LGTM, thank you. Merged into branch-2.3,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants