开发者社区 问答 正文

MaxCompute 2.0外表查询报错

错误码FAILED: ODPS-0123131:User defined function exception - Traceback:
java.lang.RuntimeException: SCHEMA MISMATCH: External Table schema specified a total of [8] columns, but current text line parsed into [4] columns delimited by [,]. Current line is read as: 10944750,13451,0,20150604

at com.aliyun.odps.udf.impl.builtin.storagehandler.BuiltinTextExtractor.extract

展开
收起
金融豆豆 2017-09-05 14:02:22 3996 分享 版权
1 条回答
写回答
取消 提交回答
  • 阿里云大数据产品专家,擅长MaxCompute、机器学习、分布式、可视化、人工智能等大数据领域;

    创建了8个字段,但导入了4个字段数据,其他字段为空,所以查询报错。

    2019-07-17 21:33:42
    赞同 展开评论