zhengruifeng commented on PR #52560:
URL: https://github.com/apache/spark/pull/52560#issuecomment-3388015379

   @dongjoon-hyun I think we have two approaches:
   1, this PR, comment out the pyarrow part, then this part won't be executed 
at all;
   2, conditionally remove the whole doctest of `udf`; when pyarrow is ready, 
the part will be tested, but when pyarrow is not installed, the whole doctest 
of `udf` will be skipped;  (e.g. 
https://github.com/apache/spark/commit/551e7f2e1e829acfca0c692e9ce803a967490fdc)
   
   I personally prefer the latter, because I noticed that the some examples 
were broken due to no execution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to