Dataphin代码任务运行失败报错:"ODPS-0123091:Illegal type cast - in function cast, value '' cannot be casted from String to Bigint"
更新时间:
问题描述
Dataphin代码任务运行失败报错:"ODPS-0123091:Illegal type cast - in function cast, value '' cannot be casted from String to Bigint"。
问题原因
项目属性为严格模式,校验严格,不符合的会抛出异常。
解决方案
有两个方案可以解决这个问题:
- 关闭严格模式:set odps.sql.udf.strict.mode=false;
- 开启hive兼容:set odps.sql.hive.compatible=true。
适用于
- Dataphin 公共云
文档内容是否对您有帮助?