Description
Currently, when users create a Python UDTF with a non-pickleable object, it throws this error:
_pickle.PicklingError: Cannot pickle files that are not opened for reading: w
We should make this more user-friendly
Currently, when users create a Python UDTF with a non-pickleable object, it throws this error:
_pickle.PicklingError: Cannot pickle files that are not opened for reading: w
We should make this more user-friendly