AbsaOSS / AbsaOSS/dataset-comparison
Add Primary Key argument option
Offen
enhancement
low
- Vorherrschende Sprache
- Scala
- Sterne
- 2
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
# Description
Allow users to specify primary key or composite primary key columns for easier comparison between the two tables. This will allow us to compare rows that is known that are supposed to be the same.
# Feature
- add input argument for list of column names
# Example
```sh
spark-submit dataset-comparison.jar --pk-columns Column1,Column2,ColumnX
```
> Original author: @Zejnilovic
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.