Open heni02 opened 11 months ago
{"c1":NULL} 不是valid json, 所以不能被放到dt.
但是显示在source中, 因为它确实是topic里面的一个message.
@LiSong0214 这里需要简单的定一下strategy.
这个就这样的行为吧。 ●当 kafka message 中的消息为空时,source 查询显示 null,而 dynamic table由于不能 insert null,所以没有这条信息 ●当 kafka message 中的消息与 source 定义的类型全部不匹配,则source 查询显示 null,而 dynamic table由于不能 insert null,所以没有这条信息 ●当 kafka message 中的消息与 source 定义的类型部分不匹配,则 source 和 dynamic table 都保留这条信息,不匹配的置为 null
Expected behavior.
这个需要和测试确认是否已经解决
Pending
Pending
Pending
Pending
Pending
We will handle it later
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
not working on it
not working on it
not working on it
not working on it
not working on it
not working on it
not working on it
not working on it
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
Is there an existing issue for the same bug?
Environment
Actual Behavior
json: {"c1":"yyjjuejf"} {"c1":NULL}
ddl: create source stream_16(c1 blob )with( "type"='kafka', "topic"= 'test', "partition" = '0', "value"= 'json', "bootstrap.servers"='127.0.0.1:9092'
)
source schema其他类型也有相同的问题,dynamic table无法读取到source null数据
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response