-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
After a fair amount of bissecting to pinpoint this issue, I wanted to surface the fact that our CI unit test suite fails consistently when using >=1.4.0 (in Apache Superset). I'm guessing it's related to the changes around PickleType (?).
Wondering if there's memory leakage around the change, or if it's expected to use more memory, pushing us over the edge of the memory we have in CI.
Thought I'd surface it here as I'm pinning the dependency to marshmallow-sqlalchemy>=1.3.0,<1.4.0 in our repo, and will reference this issue as a comment above our pin rule.
Note that the issue could be from 1.4.1 too as I didn't bissect all the way, but given my experience with pickles I thought the issue is likely related to that.
