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: Use correct schema when opening transformed partitioned tables #5305

Merged
merged 3 commits into from
Apr 2, 2024

Commits on Mar 28, 2024

  1. fix: Use correct schema when opening transformed partitioned tables

    - We were using the schema from the constituent table when trying to reference the key columns instead of the keys table
    - Was not a problem when the schemas matched, but if there was a transform on the table removing one of the key columns, it would throw an error
    - Fixes deephaven#5304
    mofojed committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    765dc09 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add tests for JsPartitionedTable

    - Just tests for static JsPartitionedTable for now
    mofojed committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d4fc46e View commit details
    Browse the repository at this point in the history
  2. Add ticking table tests

    mofojed committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    55ef759 View commit details
    Browse the repository at this point in the history