开发者社区 问答 正文

Hologres提示type "xxx" of column "xxx" does not m...

已解决

Hologres提示type "xxx" of column "xxx" does not match odps column type "decimal"

展开
收起
提个问题 2024-06-09 15:08:58 70 分享 版权
1 条回答
写回答
取消 提交回答
  • 开发者社区问答官方账号
    官方回答
    采纳回答
    报错信息:ERROR: type "xxx" of column "xxx" does not match odps column type "decimal" 
    报错原因:odps中decimal字段在holo中未映射成numeric; 
    解决办法:在holo中映射字段类型改成numeric(特别说明:numeric要加精度)。
    2024-06-09 15:09:00
    赞同 展开评论