Skip to content

Commit

Permalink
[temp commit] fix master compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 20, 2024
1 parent d95d0e0 commit 919ceba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ case class CreateDeltaTableCommand(
if (txn.readVersion > -1L && isReplace && !dontOverwriteSchema) {
// When a table already exists, and we're using the DataFrameWriterV2 API to replace
// or createOrReplace a table, we blindly overwrite the metadata.
val newMetadata = getProvidedMetadata(table, schema.json)
var newMetadata = getProvidedMetadata(table, schema.json)
val updatedConfig = UniversalFormat.enforceDependenciesInConfiguration(
newMetadata.configuration,
txn.snapshot)
Expand Down

0 comments on commit 919ceba

Please sign in to comment.