Giter Site home page Giter Site logo

Comments (6)

c-peters avatar c-peters commented on August 20, 2024

Thanks, I edited the path when reading from data/mw/ to ./

from polars.

c-peters avatar c-peters commented on August 20, 2024

We (currently) allow comparisons in the form of pl.col("") > | < | == | != literal. Would there be a problem with the first case? ,like casting the datetime

first.filter(pl.col("date") == dt.date(2024, 2, 1).strftime(...)).explain()

Any expression that might alter the value of the column (e.g. pl.col("date").str.to_date()) would significantly increase the complexity and overhead of hive partitioning as we would need to run the expression for every file instead of comparing the statistic in the path directly to the literal.

It would be nice if we can provide feedback, a warning in case a hive partitioned dataset is scanning the whole dataset

from polars.

mwhithead avatar mwhithead commented on August 20, 2024

Ah, i guess i made the example slightly too small. What I am actually using, and what is most powerful (i think)

first.filter(pl.col("date").str.to_date().is_between(start, end)).explain()

Otherwise, to using the literal comparisons i need to do a loop over the required dates, and & them all together.
I currently do this in my environment, but it is pretty hacky.

from polars.

ritchie46 avatar ritchie46 commented on August 20, 2024

I agree this should be fixed. We first need to do proper schema inference on hive partitions. Once that is in place we can use a similar architecture we use for parquet statistic pruning for hive partitions.

from polars.

mwhithead avatar mwhithead commented on August 20, 2024

Awesome, is there an issue for tracking the schema inference? I can just follow along on that.
Thanks

from polars.

c-peters avatar c-peters commented on August 20, 2024

Not yet, I have created an issue for hive partition schema (#14838)

from polars.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.