Skip to content

Fixes Koalas Build #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 1, 2020
Merged

Fixes Koalas Build #94

merged 11 commits into from
Nov 1, 2020

Conversation

saulshanabrook
Copy link
Contributor

@saulshanabrook saulshanabrook commented Oct 27, 2020

This closes #90 by fixing two issues with the current koalas tests. The first is that the wrong module was being traced from, it should be databricks, not koalas. The second was a bug in the pytest tracing. I was wrapping the wrong hook, so it wasn't being activated on doctests, which is what the koalas tests are, for the most part.

This fixes those two things and publishes a new python version.

@saulshanabrook saulshanabrook changed the title Release verison 1.3.0 Fixes Koalas Build Oct 27, 2020
@saulshanabrook
Copy link
Contributor Author

The only build failing now is pandas:

The node was low on resource: memory. Container main was using 14038908Ki, which exceeds its request of 6Gi. Container wait was using 19724Ki, which exceeds its request of 0.

I am not sure if we have to increase container memory to run it.

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.

Koalas Not Tracing
1 participant