Using DataFrame.show()
API, we can take a glance about the underlying data.
Is it good to use this method in production spark job?
Basically, I know we can comment this kind of code before launching the job, but if we just keep it, is it a good practice?
Or it will cause performance issue?