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

fix: Load full uncoalesced table if no partition columns available #1767

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Feb 1, 2024

- When there are no partition columns, we should just load the whole table instead of hanging
- Tested with the snippet in the ticket
- Fixes deephaven#1763
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (1f47a8d) 46.06% compared to head (79e8543) 46.06%.

Files Patch % Lines
packages/iris-grid/src/IrisGridTableModel.ts 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1767      +/-   ##
==========================================
- Coverage   46.06%   46.06%   -0.01%     
==========================================
  Files         626      626              
  Lines       37593    37596       +3     
  Branches     9458     9460       +2     
==========================================
+ Hits        17318    17319       +1     
- Misses      20220    20222       +2     
  Partials       55       55              
Flag Coverage Δ
unit 46.06% <50.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mofojed mofojed enabled auto-merge (squash) February 1, 2024 20:07
@mofojed mofojed merged commit e6dd3e1 into deephaven:main Feb 1, 2024
5 checks passed
@mofojed mofojed deleted the 1763-partitioned-fix branch February 1, 2024 20:16
@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncoalesced tables with no partitioning columns do not render
2 participants