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;