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

Add key column and column properties to JsPartitionedTable #4789

Merged
merged 5 commits into from
Nov 30, 2023

Conversation

georgecwan
Copy link
Contributor

@georgecwan georgecwan commented Nov 7, 2023

Added getKeyColumns, getColumns, and getKeyTable to JsPartitionedTable.

Resolves #4773.

@georgecwan georgecwan self-assigned this Nov 7, 2023
@georgecwan georgecwan marked this pull request as draft November 7, 2023 20:27
@georgecwan georgecwan marked this pull request as ready for review November 7, 2023 21:16
* @return Table
*/
@JsProperty
public JsTable getKeyTable() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably not safe to return - what are you trying to do with this as an api consumer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new UI being implemented for Partitioned Tables (spec) need to be able to display the table containing all the possible keys.

@georgecwan georgecwan force-pushed the 4773-jspartitionedtable-columns branch from cac3c63 to 7c16c10 Compare November 30, 2023 18:18
@georgecwan georgecwan merged commit 6d1d1c9 into deephaven:main Nov 30, 2023
12 checks passed
@georgecwan georgecwan deleted the 4773-jspartitionedtable-columns branch November 30, 2023 19:52
@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JsPartitionedTable key columns not accessible
2 participants