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
In notebooks, whenever an accessor is generated for an experimental type that requires @OptIn, we get compiler errors:
This makes sense, as each usage of that type, or the entire snippet, would need to be annotated with @OptIn, however, that does make it currently impossible to store any experimental type in a DataFrame and use it.
We could try to ask the notebook team what to do about it, or simply introduce a list of opt-in classes for dataFrameConfig in notebooks.