Skip to content

event_type为delete、insert时format_data不完全 #21

Description

@CooperWanng

第28行、第33行 row.beforeColumns、row.afterColumns中包含多个字段的修改
下面遍历语句中对format_data的操作是 format_data = {column.name: column.value} ,这样format_data仅仅会保留row.afterColumns中最后一个字段的信息
建议改成format_data.setdefault(column.name, column.value)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions