Skip to content

Don't require polars-u64-idx, or somehow allow both normal and u64 #14

@IlanCosman

Description

@IlanCosman

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions