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
ViewTable is created with a SessionContext and is then itself registered on SessionContext. This will result in a reference loop that will prevent freeing either SessionContext or ViewTable.
Expected behavior
DataFusion shouldn't have ref cycles
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
ViewTable
is created with aSessionContext
and is then itself registered onSessionContext
. This will result in a reference loop that will prevent freeing eitherSessionContext
orViewTable
.Expected behavior
DataFusion shouldn't have ref cycles
Additional context
The text was updated successfully, but these errors were encountered: