Difference between Unique rows and Unique Rows by Hashset?

What is the difference between Unique rows and Unique Rows by HashSet?

Hi @Sarthak1

For Unique Rows, input stream should be sorted; otherwise, only consecutive double rows are evaluated correctly.
The Unique Rows (HashSet) step tracks duplicates in memory and does not require a sorted input to process duplicate rows.