Optimizer internal error while loading data from U-SQL table

天大地大妈咪最大 提交于 2019-12-10 23:15:13

问题


Is there a way to get around this error.

"CQO: Internal Error - Optimizer internal error. Assert: a_drgcidChild->CLength() == UlSafeCLength(popMS->Pdrgcid()) in rlstreamset.cpp:499"

Facing this issue while loading data from partitioned U-SQL table.

@myData =
    SELECT *
    FROM dbo.MyTable;

回答1:


If you encounter any system error message (or something that says Internal Error), please open a support ticket with us and/or send me your job link (if it happens on the cluster) or a self-contained smallest repro (if it is happening with local run) to usql at microsoft dot com.

Thanks Michael

UPDATE: This issue has been fixed and will be made available in the next refresh. If you are blocked, please contact me for a private runtime.



来源:https://stackoverflow.com/questions/44519306/optimizer-internal-error-while-loading-data-from-u-sql-table

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!