Skip to content
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

[System Tests] Change Spark tests to use a single window #1872

Merged
merged 12 commits into from
Apr 6, 2022

Conversation

theSaarco
Copy link
Member

When running Spark aggregations with multiple windows on Spark version < 3.1, the code fails. This is since the code uses unionByName with the allowMissingColumns=True parameter which was added in Spark 3.1. This PR changes the test to use a single window, which doesn't call unionByName, since some system-tests were running on old systems with old Spark version, and the tests failed.

@Hedingber Hedingber changed the title [Feature store] Change Spark tests to use a single window [System Tests] Change Spark tests to use a single window Apr 6, 2022
@Hedingber Hedingber merged commit 325b44a into mlrun:development Apr 6, 2022
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.

None yet

2 participants