-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expression filter: UPDATE filter always return "TRUE" when there are INSERT/DELETE filters for the same table #7831
Comments
tiflow/dm/syncer/expr_filter_group.go Lines 115 to 139 in 387b81a
When a table The current algorithm will push The correct way is to not push anything when both |
What did you do?
What did you expect to see?
The UPDATE statement should be synchronized since it hits none of the filters
What did you see instead?
The UPDATE statement is skipped
(The log indicates the expression "1" is evaluated inside
SkipDMLByExpression
)Versions of the cluster
v6.4.0
current status of DM cluster (execute
query-status <task-name>
in dmctl)No response
The text was updated successfully, but these errors were encountered: