Reamer commented on pull request #3778:
URL: https://github.com/apache/zeppelin/pull/3778#issuecomment-638264385
> @Reamer Could you help review it ?
I can confirm that the warnings are gone, but it is a good code style to
ignore all warnings from `pyspark.util'.
```
if intp.isSpark3():
warnings.filterwarnings(action='ignore', module='pyspark.util')
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]