Skip to content
New issue

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

JS API doesn't handle redirected modifies correctly #6084

Open
niloc132 opened this issue Sep 19, 2024 · 1 comment · May be fixed by #6085
Open

JS API doesn't handle redirected modifies correctly #6084

niloc132 opened this issue Sep 19, 2024 · 1 comment · May be fixed by #6085
Assignees
Labels
barrage bug Something isn't working jsapi release blocker A bug/behavior that puts is below the "good enough" threshold to release. triage
Milestone

Comments

@niloc132
Copy link
Member

niloc132 commented Sep 19, 2024

  1. Run the following groovy sample in the web IDE
    tt=timeTable("PT1s")
    lastTen=tt.tail(10)
    inc = tt.whereIn(lastTen, "Timestamp")
    exc = tt.whereNotIn(lastTen, "Timestamp")
    j=tt.naturalJoin(inc, "Timestamp", "Inc=Timestamp").naturalJoin(exc, "Timestamp", "Exc=Timestamp")
    pl=new io.deephaven.engine.util.PrintListener("Joined", j.tail(12), 12)
  2. Scroll to the bottom in the UI

Expected: the table in the UI should match the contents printed in the console - the last 10 rows should have values in the Inc column, and above that there should be values in the Exc column.

Actual: The 11th from the bottom row is not updating in some cases, instead it appears that only appends are happening.

Viewport.Bug.mov
@niloc132 niloc132 added bug Something isn't working jsapi barrage triage release blocker A bug/behavior that puts is below the "good enough" threshold to release. labels Sep 19, 2024
@niloc132 niloc132 added this to the 0.37.0 milestone Sep 19, 2024
@niloc132 niloc132 self-assigned this Sep 19, 2024
niloc132 added a commit to niloc132/deephaven-core that referenced this issue Sep 19, 2024
@niloc132
Copy link
Member Author

Regression introduced by #5890.

niloc132 added a commit to niloc132/deephaven-core that referenced this issue Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barrage bug Something isn't working jsapi release blocker A bug/behavior that puts is below the "good enough" threshold to release. triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant