问题描述
Python读取MaxCompute表无法获取UDF信息,并提示以下错误。
FAILED:ODPS-0130071:[1,8] Semantic analysis exception - failed to get Udf info form maxpt.py,error output is : Traceback (most recent call last):
系统显示类似如下。
问题原因
Python UDF不支持使用PyODPS。
解决方案
读取MaxCompute表,需要通过读取表资源的方式来实现。
适用于