Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jan 5, 2024
1 parent 2583c5d commit 38ba10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ trait ClassicMergeExecutor extends MergeOutputGeneration {
// This causes issues in the source determinism validation. We work around the issue by
// adding a redundant dummy filter to make sure the column is not pruned.
.filter(SOURCE_ROW_PRESENT_COL)

val targetDF = baseTargetDF
.withColumn(TARGET_ROW_PRESENT_COL, lit(true))
val right = if (deduplicateCDFDeletes.enabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.apache.spark.sql.delta

import org.apache.spark.sql.delta.cdc.MergeCDCTests
Expand Down Expand Up @@ -72,7 +73,6 @@ trait MergeCDCWithDVsTests extends MergeCDCTests with DeletionVectorsTestUtils {
super.excluded :+ miscFailures
}
}

/**
* Includes the entire MergeIntoSQLSuite with CDC enabled.
*/
Expand Down

0 comments on commit 38ba10e

Please sign in to comment.