Closed zeotuan closed 2 months ago
using default equals implementation from Row should be much more performance. We can improve Dataframe equality assertion speed if strict comparison is required.
equals
@zeotuan At the moment strict equality is checked first using Row.equals.
Row.equals
using default
equals
implementation from Row should be much more performance. We can improve Dataframe equality assertion speed if strict comparison is required.