File tree Expand file tree Collapse file tree
flink-connector-cassandra/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# limitations under the License.
1717#
1818
19- # By default we allow removing existing violations, but fail when new violations are added.
19+ # This controls if the violation store is writable
2020freeze.store.default.allowStoreUpdate =true
2121
22- # Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.
22+ # Enable this if a new rule was added or the description of an existing rule has changed.
23+ # It is needed to record future violations of this rule.
24+ # If omitted, future violations of the rule will not be considered as violations as the initial store was not created for this rule.
2325# freeze.store.default.allowStoreCreation=true
2426
25- # Enable this to add allow new violations to be recorded.
27+ # Enable this to record the current state of violations.
28+ # This can make sense, because current violations are consciously accepted and should be added to the store
29+ # By default we allow removing existing violations, but fail when new violations are added
2630# NOTE: Adding new violations should be avoided when possible. If the rule was correct to flag a new
2731# violation, please try to avoid creating the violation. If the violation was created due to a
2832# shortcoming of the rule, file a JIRA issue so the rule can be improved.
You can’t perform that action at this time.
0 commit comments