Skip to content

Commit

Permalink
Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellSpitzer committed Jan 15, 2025
1 parent a0be3a7 commit 123d1a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class TestRowLineageMetadata {

private TableMetadata baseMetadata(int formatVersion) {
return TableMetadata.buildFromEmpty(formatVersion)
.enableRowLineage()
.addSchema(TEST_SCHEMA)
.setLocation(TEST_LOCATION)
.addPartitionSpec(PartitionSpec.unpartitioned())
Expand Down

0 comments on commit 123d1a4

Please sign in to comment.