Description
Since 0.11.0, PyArrow supports to raise an error for unsafe cast. We should use it to raise a proper error for pandas udf users when such cast is detected.
We can also add a config to control such behavior.
Since 0.11.0, PyArrow supports to raise an error for unsafe cast. We should use it to raise a proper error for pandas udf users when such cast is detected.
We can also add a config to control such behavior.