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: Subscribing to an uncoalesced table must not make it seem coalesced #6211

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

niloc132
Copy link
Member

Updated and clarified JS API documentation for this topic.

Fixes #6210

@niloc132 niloc132 added jsapi NoDocumentationNeeded release blocker A bug/behavior that puts is below the "good enough" threshold to release. ReleaseNotesNeeded Release notes are needed labels Oct 18, 2024
@niloc132 niloc132 added this to the 0.37.0 milestone Oct 18, 2024
@niloc132 niloc132 self-assigned this Oct 18, 2024
@niloc132 niloc132 merged commit 22c20cf into deephaven:main Oct 18, 2024
26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
jsapi NoDocumentationNeeded release blocker A bug/behavior that puts is below the "good enough" threshold to release. ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS API marks a table as coalesced after it has been subscribed to, even if it isn't
2 participants