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

Web UI doesn't show TotalsTable when set on a table programmatically #1423

Open
mofojed opened this issue Jul 27, 2023 · 0 comments
Open

Web UI doesn't show TotalsTable when set on a table programmatically #1423

mofojed opened this issue Jul 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mofojed
Copy link
Member

mofojed commented Jul 27, 2023

Description

When you use TotalsTableBuilder programmatically to set a TotalsTable on a table, the Web UI doesn't bother showing that totals table at all.

Steps to reproduce

  1. Run the following code (Groovy)
import io.deephaven.engine.util.TotalsTableBuilder
import io.deephaven.engine.util.TotalsTableBuilder.AggType
def ttb = new TotalsTableBuilder()
source = emptyTable(100).update("X = sqrt(i)").update("Y = X * i")
builder = ttb.setFormat("Y", "Sum", "X < 5 ? BLUE : RED")
result = builder.applyToTable(source)
  1. Observe table result

Expected results
2. result should include the totals, and they should be accessible through the UI

Actual results
2. result does not include the totals, and there's no way to view the totals in the configuration set programmatically. Note: We would also need to check the showTotalsByDefault on the config as well

Additional details and attachments

Context: https://illumon.slack.com/archives/CT39A21GV/p1690476128724479?thread_ts=1690468630.100259&cid=CT39A21GV

Versions

Engine Version: 0.27.0
Web UI Version: 0.44.1
Java Version: 11.0.19
Barrage Version: 0.6.0

@mofojed mofojed added bug Something isn't working triage Issue requires triage labels Jul 27, 2023
@vbabich vbabich removed the triage Issue requires triage label Aug 2, 2023
@vbabich vbabich added this to the Backlog milestone Aug 2, 2023
@vbabich vbabich added enhancement New feature or request and removed bug Something isn't working labels Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants