Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行数据湖 - 分析作业,但出现以下错误
错误 VertexFailedFast。顶点失败触发快速作业中止。顶点失败:SV1_Extract[0][0] 错误:顶点用户代码错误。描述 顶点因快速失败错误而失败
有人知道为什么会这样吗?
您切断了实际说明提取失败原因的错误消息部分。
如果使用内置提取器,可能是因为数据类型转换失败,列数不正确(出于各种原因)等。
如果您使用用户定义的提取器,则可能是因为用户代码生成的任何 C# 运行时错误。