I am from a Java background and new to Scala.
I am using Scala and Spark. But I'm not able to understand where I use ==and ===.
Could anyone let me know in which scenario I need to use these two operators, and what's are difference between == and ===?
===and==are just functions as any other. They have no special meaning whatsoever. - zero323