-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] test(spark-connector): remove metastored_db and derby.log aft…
…er integration test (#3714) ### What changes were proposed in this pull request? remove metastored_db and derby.log after integration test ### Why are the changes needed? remove metastored_db and derby.log after integration test ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests
- Loading branch information
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,5 +135,7 @@ tasks.test { | |
} | ||
|
||
tasks.clean { | ||
delete("derby.log") | ||
delete("metastore_db") | ||
delete("spark-warehouse") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,5 +136,7 @@ tasks.test { | |
} | ||
|
||
tasks.clean { | ||
delete("derby.log") | ||
delete("metastore_db") | ||
delete("spark-warehouse") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,5 +137,7 @@ tasks.test { | |
} | ||
|
||
tasks.clean { | ||
delete("derby.log") | ||
delete("metastore_db") | ||
delete("spark-warehouse") | ||
} |