Is the ParallelForRange patching not supported in IJobEntity?
Creating a NativeStream with an amount of buffers equal to the chunk count, then passing that to an IJobEntity and opening the NativeStream.Writer on the unfilteredChunkIndex for that iteration throws an exception in CheckBeginForEachIndex. Oddly the range does seem to be patched, but for some reason m_MaxIndex is -1 instead of 0. (this is for a query with a single chunk, i.e. a single NativeStream buffer)