-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
Lines 249 to 254 in 7175a50
| // TODO: log the differences for user reference | |
| isDifferent := func() bool { | |
| return (oldMetadata.Normalization != newMetadata.Normalization) || | |
| (oldMetadata.PartitionRegex != newMetadata.PartitionRegex) || | |
| (oldMetadata.Filter != newMetadata.Filter) || | |
| (oldMetadata.AppendMode != newMetadata.AppendMode) || |