Skip to content

Disable datafusion-cli tests for hash_collision tests, fix extended CI #16382

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 1 commit into from
Jun 12, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jun 11, 2025

Which issue does this PR close?

Rationale for this change

As described on #16378, the datafusion-cli tests started failing after #16300 because now it tries to fetch credentials when creating a table (rather than just accessing it)

It turns out that there is something in the github ci runner builder environment that triggers trying to fetch credentials from the AWS metastore which causes an error

Since the point of the hash collisions test is to verify that the core hash operators (hash join, merge join) don't get the wrong answers when there are hash collisions, there is no need to run the datafusion-cli tests

What changes are included in this PR?

Disable datafusion-cli tests as part of the extended suite (they are already run on normal CI jobs)

Are these changes tested?

I tested it manually and it worked great

Are there any user-facing changes?

@github-actions github-actions bot added the development-process Related to development process of DataFusion label Jun 11, 2025
@alamb alamb changed the title Disable `datafusion-cli tests for hash_collision tets Disable `datafusion-cli tests for hash_collision tests, fix extended CI Jun 12, 2025
@alamb alamb changed the title Disable `datafusion-cli tests for hash_collision tests, fix extended CI Disable datafusion-cli tests for hash_collision tests, fix extended CI Jun 12, 2025
Copy link
Contributor

@blaginin blaginin left a comment

Choose a reason for hiding this comment

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

fair point!

@alamb
Copy link
Contributor Author

alamb commented Jun 12, 2025

fair point!

THank you for agreeing. I have to admit it seems somewhat like cheating, but I still think it is true 😆

@alamb alamb merged commit 42e55bd into apache:main Jun 12, 2025
29 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push)
2 participants