deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

feat!: Support Multijoin in the Python client #318

Closed deephaven-internal closed 1 month ago

deephaven-internal commented 1 month ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/6020 Author: jmao-denver

Original PR Body

Fixes #5884

BREAKING CHANGE: the table() method on MultiJoinTable has been changed to @property, which means to access the underlying table of a multi join result, the user can no longer call the table() method but instead just use the table attribute on a MultiJoinTable instance.

jjbrosnan commented 1 month ago

closed by https://github.com/deephaven/deephaven.io/pull/4403