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
Requiring polars-u64-idx means that I can't use normal polars elsewhere in my codebase (whichever of polars or polars-u64-idx was installed more recently will override the other).
It doesn't feel great to sacrifice performance / memory usage in my local polars code just because sometimes I use polars cloud.
Would appreciate if there was some way to say which one to use. I guess this is sort of a more general problem with the whole polars vs. polars-u64-idx, since the same argument could be applied that I shouldn't have to use polars-u64-idx everywhere when only some specific parts of my code need it.
But maybe there's a more clever solution using polars cloud? Where I could use normal polars for my local, and then u64-idx would automatically be used for the cloud jobs?