We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like #2287 has introduced a bug into barrage. At a minimum, it causes streaming time tables to produce phantom rows in the web UI.
x = io.deephaven.engine.table.impl.TimeTable.newBuilder().period("00:00:01").streamTable(true).build()
Upon creation, the table occasionally ticks and produces a phantom row.
Upon re-viewporting, the data is initially "correct", but then phantom rows creep in.
The text was updated successfully, but these errors were encountered:
I've verified this behavior does not happen in commit just prior.
Sorry, something went wrong.
Fix deephaven#2405
c141e98
d500da8
lbooker42
Successfully merging a pull request may close this issue.
It looks like #2287 has introduced a bug into barrage. At a minimum, it causes streaming time tables to produce phantom rows in the web UI.
Upon creation, the table occasionally ticks and produces a phantom row.
Upon re-viewporting, the data is initially "correct", but then phantom rows creep in.
The text was updated successfully, but these errors were encountered: