-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Enhance the MetadataStoreSelector
to provide an option to evaluate an expression against the current value (if present) instead of simply putIfAbsent
.
Such an enhancement would allow a single MetadataStore entry with the key being the file and the value being the line number. The new option could compare the stored value to to the current line number and skip the line if it has already been processed.
Currently, we'd need a key containing the file name and line number.