Description
This was found in https://github.com/apache/spark/pull/14419
It seems using @Override annotation in Scala code instead of override modifier just passes Scala style checking.
It might better add a rule for checking this.
This was found in https://github.com/apache/spark/pull/14419
It seems using @Override annotation in Scala code instead of override modifier just passes Scala style checking.
It might better add a rule for checking this.