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

Trim cache tests to improve integration test time [databricks] #4838

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Feb 22, 2022

Relates to #4538. The cache tests were testing a bunch of different join types, but we already have join_test.py to test joins. For cache_test.py we're primarily interested in the data types entering the cached dataframe and what we do to the cached dataframe. This removes all the join dimensions on the tests and reduces the join-related cache tests to just two tests, a simple inner join that is cached and a simple inner join that's cached then filtered.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the test Only impacts tests label Feb 22, 2022
@jlowe jlowe added this to the Feb 14 - Feb 25 milestone Feb 22, 2022
@jlowe jlowe self-assigned this Feb 22, 2022
@jlowe
Copy link
Member Author

jlowe commented Feb 23, 2022

build

@jlowe jlowe merged commit f69d787 into NVIDIA:branch-22.04 Feb 23, 2022
@jlowe jlowe deleted the trim-cache-test branch February 23, 2022 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants