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