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-40545][SQL][TESTS] Clean up metastorePath after SparkSQLEnvSuite execution #37979

Closed
wants to merge 2 commits into from

Conversation

LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

This pr adds the cleaning operation of sql/hive-thriftserver/spark_derby/ directory after SparkSQLEnvSuite execution.

Why are the changes needed?

Clean the test directory after the UT

Does this PR introduce any user-facing change?

No

How was this patch tested?

  • Pass Github Actions
  • Manual test:
mvn clean install  -Phive-thriftserver -pl sql/hive-thriftserver -DskipTests -am
mvn clean install  -pl sql/hive-thriftserver -DwildcardSuites=org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite -Phive-thriftserver
git status

Before

Residual sql/hive-thriftserver/spark_derby/ directory

After

No directory residue

@github-actions github-actions bot added the SQL label Sep 23, 2022
@wangyum wangyum closed this in cb85b93 Sep 25, 2022
@wangyum
Copy link
Member

wangyum commented Sep 25, 2022

Merged to master.

@LuciferYang
Copy link
Contributor Author

thanks @wangyum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants