zhengruifeng opened a new pull request, #38042:
URL: https://github.com/apache/spark/pull/38042

   ### What changes were proposed in this pull request?
   Eliminate `to_pandas` warnings in test, by changing `to_pandas()` to 
`_to_pandas()`
   
   
   ### Why are the changes needed?
   when a test containing `to_pandas` failed, it may print tons of warnings, 
for example, in 
https://github.com/zhengruifeng/spark/actions/runs/3142284988/jobs/5106178199 
   
   it print following warning from line 1243 to line 3985:
   
   <img width="1170" alt="image" 
src="https://user-images.githubusercontent.com/7322292/192949507-ae1d3677-6ba4-4d80-84b1-44884fb1988b.png";>
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   updated tests


-- 
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