Skip to content

Commit

Permalink
Update and rename RemoveColumnMappingBaseSuite.scala to RemoveColumnM…
Browse files Browse the repository at this point in the history
…appingSuiteUtils.scala
  • Loading branch information
sabir-akhadov authored Feb 28, 2024
1 parent da75ddf commit 7744928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.apache.spark.sql.QueryTest
* A base trait for testing removing column mapping.
* Takes care of setting basic SQL configs and dropping the [[testTableName]] after each test.
*/
trait RemoveColumnMappingBaseSuite extends QueryTest with DeltaColumnMappingSuiteUtils {
trait RemoveColumnMappingSuiteUtils extends QueryTest with DeltaColumnMappingSuiteUtils {

override def beforeAll(): Unit = {
super.beforeAll()
Expand Down

0 comments on commit 7744928

Please sign in to comment.