Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed May 16, 2024
1 parent 06cbfa7 commit 10b7601
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ trait FlintSparkIcebergSuite extends FlintSparkSuite {

override def afterAll(): Unit = {
deleteDirectory(s"spark-warehouse/${suiteName}")
// deleteDirectory(s"spark-warehouse/${suiteName}_sc")
super.afterAll()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.apache.spark.SparkConf
/**
* Test with FlintDelegatingSessionCatalog.
*/
trait FlintSessionCatalogSuit extends FlintSparkSuite {
trait FlintSessionCatalogSuite extends FlintSparkSuite {
// Override catalog name
override lazy protected val catalogName: String = "mycatalog"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ import org.opensearch.flint.spark.FlintSparkMaterializedViewSqlITSuite
*/
class FlintSparkSessionCatalogMaterializedViewITSuite
extends FlintSparkMaterializedViewSqlITSuite
with FlintSessionCatalogSuit {}
with FlintSessionCatalogSuite {}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ import org.opensearch.flint.spark.FlintSparkSkippingIndexSqlITSuite
*/
class FlintSparkSessionCatalogSkippingIndexITSuite
extends FlintSparkSkippingIndexSqlITSuite
with FlintSessionCatalogSuit {}
with FlintSessionCatalogSuite {}

0 comments on commit 10b7601

Please sign in to comment.