开发者社区 问答 正文

Maxcompute中如何处理ODPS-0010000:System internal err...

已解决

Maxcompute中如何处理ODPS-0010000:System internal error - fuxi job failed, caused by: Cannot find the funcsig: COUNT_IF报错

展开
收起
提个问题 2024-06-01 12:03:14 144 分享 版权
1 条回答
写回答
取消 提交回答
  • 开发者社区问答官方账号
    官方回答
    采纳回答
    您好,Maxcompute中出现ODPS-0010000:System internal error - fuxi job failed, caused by: Cannot find the funcsig: COUNT_IF 报错,原因为count_if不支持window函数,需把count_if调整为count(if(condition, c, null))。
    2024-06-01 12:03:16
    赞同 展开评论