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

Spark 3.4: Add REST catalog to Spark integration tests #11698

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

nastra
Copy link
Contributor

@nastra nastra commented Dec 4, 2024

This backports #11093 to Spark 3.4 as this is required in order to be able to backport the tests to Spark 3.4 of #11388

* This class is to make the {@link RESTCatalogServer} usable for JUnit4 in a similar way to {@link
* RESTServerExtension}.
*/
public class RESTServerRule extends ExternalResource {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this only exists in Spark so that we can run existing tests in Spark 3.4 (which are all still based on JUnit4)

@nastra nastra force-pushed the spark34-rest-integration-tests-new branch 2 times, most recently from 18fdff9 to 1655438 Compare December 5, 2024 08:45
@nastra nastra force-pushed the spark34-rest-integration-tests-new branch from 1655438 to 3ac9b27 Compare December 5, 2024 11:47
@nastra nastra requested a review from danielcweeks December 5, 2024 13:47
Copy link
Contributor

@danielcweeks danielcweeks left a comment

Choose a reason for hiding this comment

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

LGTM

@danielcweeks danielcweeks merged commit 791d0fa into apache:main Dec 16, 2024
31 checks passed
@nastra nastra deleted the spark34-rest-integration-tests-new branch December 16, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants