Open heni02 opened 11 months ago
这个字符串的行为应该是和外表的行为一致。 超出范围的字符串是不是设为null 还是 truncate.
需要产品帮助一下 @LiSong0214
在征求pm 意见中
按脏数据处理
明天解决
Pending
Pending
Pending
Pending
Pending
Pending
adaptor.go should just reuse code in external.go, there is no reason to have so many ways to parse json.
We will handle it later
We will handle it later
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
not working on it
not working on it
not working on it
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Is there an existing issue for the same bug?
Environment
Actual Behavior
json data greater than char or varchar type size,it is expect read null json:{"c1": "aaaaaaaa","c2":"bbbbbbbb"}
ddl: create source stream_8(c1 int,c2 tinyint,c3 smallint,c4 bigint,c5 int unsigned ,c6 tinyint unsigned,c7 smallint unsigned,c8 bigint unsigned)with( "type"='kafka', "topic"= 'test', "partition" = '0', "value"= 'json', "bootstrap.servers"='127.0.0.1:9092' )
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response