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: Modify getKeyColumns method for JsInputTable #5600

Merged
merged 7 commits into from
Jun 12, 2024

Conversation

AkshatJawne
Copy link
Contributor

@AkshatJawne AkshatJawne commented Jun 11, 2024

Resolves #5557

Changes Implemented:

  • Made JsInputTable.getKeyColumns and JsInputTable.getValueColumns return a Frozen/Stable Array similar to the JsTable.getColumns
  • Created corresponding test file ( InputTableTestGwt ) with unit tests that check both methods

@AkshatJawne AkshatJawne self-assigned this Jun 11, 2024
@AkshatJawne
Copy link
Contributor Author

Working on resolving errors, and potentially changing logic / test cases.

@niloc132
Copy link
Member

Would it make sense to also update the valueColumns property?

@AkshatJawne
Copy link
Contributor Author

Not sure, @mofojed do you have any thoughts on that?

@AkshatJawne AkshatJawne merged commit 61f5a7a into deephaven:main Jun 12, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2024
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.

Make JsInputTable.getKeyColumns Return a Frozen/Stable Array
2 participants