Skip to content

Commit

Permalink
Refactor a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
linliu-code committed Dec 19, 2024
1 parent db20a41 commit 0e36f6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ class TestAutoKeyGenForSQL extends SparkClientFunctionalTestHarness {
val expectedDf = spark.createDataFrame(expected).toDF(columns: _*)
val expectedMinusActual = expectedDf.except(actualDf)
val actualMinusExpected = actualDf.except(expectedDf)
expectedMinusActual.show(false)
actualMinusExpected.show(false)
assertTrue(expectedMinusActual.isEmpty && actualMinusExpected.isEmpty)
// Validate: table property.
val metaClient: HoodieTableMetaClient = HoodieTableMetaClient
Expand Down

0 comments on commit 0e36f6f

Please sign in to comment.