You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue was auto-generated
PR: deephaven/deephaven-core#6020
Author: jmao-denver
Original PR Body
Fixes #5884
BREAKING CHANGE: the
table()
method onMultiJoinTable
has been changed to@property
, which means to access the underlying table of a multi join result, the user can no longer call thetable()
method but instead just use thetable
attribute on aMultiJoinTable
instance.The text was updated successfully, but these errors were encountered: