You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Hi, I think it'd be useful if the TemporaryView and ViewDefinition classes could accept function
objects for the map and reduce phases of a Python view. I'm attaching a patch that uses
inspect.getsource() to accomplish this. Best,