Skip to content

DH-16865: Partitioned table with no data displays a spinner indefinitely #1904

@vbabich

Description

@vbabich

Steps to reprodude:

Run this snippet to create a partitioned table with no data:

from deephaven import empty_table
t = empty_table(0).update("X=ii").partition_by("X")

Expected:

  • Table loads with no data rows

Actual:

  • Table shows a spinner, doesn't load

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions