itholic opened a new pull request #34598:
URL: https://github.com/apache/spark/pull/34598


   ### What changes were proposed in this pull request?
   
   This PR proposes adding internal method `_to_pandas()` to silence the advice 
log when it's used as an internal purpose.
   
   ### Why are the changes needed?
   
   `to_pandas()` is used in many places when implementing API, but users might 
not want to see the every warnings for internal usage.
   
   Showing the advice log when only users use the `to_pandas` explicitly is 
enough.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Reduce the advice log for `to_pandas`.
   
   ### How was this patch tested?
   
   Manually check the result


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