It looks like if you call SetNumRows to expand the size of a tensor (Float32) that already contains a null and thus has the Nulls array initialized, it does not extend the Nulls array and thus has the potential to crash if calling SetNull1D on those later elements.
It looks like if you call SetNumRows to expand the size of a tensor (Float32) that already contains a null and thus has the Nulls array initialized, it does not extend the Nulls array and thus has the potential to crash if calling SetNull1D on those later elements.