Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Aug 9, 2024
1 parent 54518c6 commit f0f9cd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package org.apache.paimon.spark.sql

import org.apache.paimon.spark.{PaimonSparkTestBase, PaimonTableTest}
import org.apache.paimon.spark.{PaimonPrimaryKeyTable, PaimonSparkTestBase, PaimonTableTest}

import org.apache.spark.sql.Row

Expand Down Expand Up @@ -519,7 +519,7 @@ abstract class MergeIntoTableTestBase extends PaimonSparkTestBase with PaimonTab
}
}

trait MergeIntoPrimaryKeyTableTest extends PaimonSparkTestBase with PaimonTableTest {
trait MergeIntoPrimaryKeyTableTest extends PaimonSparkTestBase with PaimonPrimaryKeyTable {
import testImplicits._

test("Paimon MergeInto: fail in case that maybe update primary key column") {
Expand Down

0 comments on commit f0f9cd3

Please sign in to comment.