Git Product home page Git Product logo

Comments (5)

mahmoud avatar mahmoud commented on May 21, 2024

Yeah that's a pretty straightforward case (covered by the tests, etc.), so it's odd that it'd fail. Some idiosyncrasy around Python and PySpark? Maybe just a latent weakref-related bug that's coming out because your data is bigger and more collections are happening.

Thanks for the report, and I'll take a closer look shortly!

from glom.

kurtbrose avatar kurtbrose commented on May 21, 2024

Best guess is pickling.

Because we store the path itself in a global weakref dict the default pickle behavior leaves it behind.

Need to check if we can override the behavior, or maybe rethink the design of having T instances be "empty".

from glom.

tdsmith avatar tdsmith commented on May 21, 2024

Thanks for looking. Pickling sounds likely. It also turns out it's failing on the first object that hits the worker.

from glom.

mahmoud avatar mahmoud commented on May 21, 2024

Pickle issue reproduced and ostensibly addressed in the commit above. T is pretty special, it definitely needs a smidge of special handling. Kurt and I pickle so little that it slipped our minds, but really who pickles directly these days? It's always these underlying libraries that put us in a sour state ;P

from glom.

mahmoud avatar mahmoud commented on May 21, 2024

To circle back, the fix for this was released v18.3.0 last night. Full changelog here: https://github.com/mahmoud/glom/blob/master/CHANGELOG.md

Thanks again for the report!

from glom.

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.