你这个报错信息,意思是有个字段,你在DDL里声明是ROW,但是真实数据的这列却不是一个ROW。

你应该排查下是否声明对了,如果在期望中,可以通过ignoreParseErrors来跳过这行

Best,
Jingsong

On Mon, Jun 21, 2021 at 11:46 AM zhuxiaoshang <[email protected]>
wrote:

> Json反序列化失败了,像是数据问题
> {\n&nbsp; &nbsp; \"app_time\": \"2021-06-14 10:00:00\",\n&nbsp; &nbsp;
> \"category_id\": 1,\n&nbsp; &nbsp; \"item_id\": 1,\n&nbsp; &nbsp;
> \"user_id\": 1,\n&nbsp; &nbsp; \"behavior\": \"pv\"\n}
>
> > 2021年6月20日 下午9:08,kcz <[email protected]> 写道:
> >
> > 大佬们 帮看下这个是为什么提示那个错误
> >
> >
> >
> > --
> > Sent from: http://apache-flink.147419.n8.nabble.com/
>
>

-- 
Best, Jingsong Lee

回复