You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Produce the following table:
sourceTable = timeTable("PT0.001s").tail(1000)
st = new Table[64]
for (int ii = 0; ii < st.length; ++ii) {
st[ii] = sourceTable
}
m = merge(st)
Subscribe to it. The redirection index in the barrage client table grows because we cycle through the indices; and the SparseArraySource backing it does not know that the block is now null and meaningless.
Versions
Deephaven: ...
OS: ...
Browser: ...
Docker: ...
The text was updated successfully, but these errors were encountered:
Description
A clear and concise description of what the bug is.
Produce the following table:
Subscribe to it. The redirection index in the barrage client table grows because we cycle through the indices; and the SparseArraySource backing it does not know that the block is now null and meaningless.
Versions
The text was updated successfully, but these errors were encountered: