Skip to content

Commit

Permalink
fix(source): fix json parser (#7447)
Browse files Browse the repository at this point in the history
- fix json parser

Approved-By: tabVersion
  • Loading branch information
waruto210 authored Jan 17, 2023
1 parent a6e41d2 commit 9ed0189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/source/src/parser/canal/simd_json_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use crate::{
const AFTER: &str = "data";
const BEFORE: &str = "old";
const OP: &str = "type";
const IS_DDL: &str = "isDdl";
const IS_DDL: &str = "isddl";

#[derive(Debug)]
pub struct CanalJsonParser;
Expand Down

0 comments on commit 9ed0189

Please sign in to comment.