Sorry if this is a 'too general/wide' question.
I'm having some issues when trying to execute any polars DataFrame.filter()
line in Google Cloud python Functions. The code doesn't crash, it just freezes there till the timeout kicks in. I have never seen this behaviour before with any function or method, but for some reason, i'm unable to use the filter (or sql filter) in GCP (the code runs perfectly locally)
I think it's something related to polars configuration or something that's somehow shortcircuiting GCP, but i haven't been able to figure it out.
Has somebody experienced some similar behaviour with polars and GCP?