str_to_jodatime导致be crash

【详述】下面sql会导致be crash
with t1 as(select ‘20160628000000’ c1
union all select ‘20160628000000’ c1
)select str_to_jodatime(c1,‘yyyyMMddHHmmss’) from t1

【StarRocks版本】3.2.2
【集群规模】3fe+3be
【附件】

好的 感谢 我们跟进下 同时建议您也可以升级下版本到3.2.7最新版 修复了 几类crash的问题